List Enrollment Attachments

get
Path parameters
enrollmentIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/program/enrollments/{enrollmentId}/attachments HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "name": "text",
      "description": "text",
      "type": "text",
      "filename": "text",
      "size": 1,
      "contentType": "text",
      "enrollment": {
        "id": "text",
        "applicableTo": "text",
        "type": "text",
        "eligibility": {
          "client": true,
          "partner": true
        },
        "status": "text"
      }
    }
  ]
}

Last updated

Was this helpful?