Blobs
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
Represents a list of the downloadable files (blobs) regarding the export.
URI
/api/v9/applications/ID/exports/ID/blobsGET List blobs
Fetch information about just the downloadable blobs (Binary Large OBjects) that usually constitute the actual exported files.
Syntax
GET /api/v9/applications/123/exports/1/blobs
Host: apply.example.edu
Authorization: DREAM apikey="..."Example request
Request
curl
curl \
-X GET \
-H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
"https://apply.example.edu/api/v9/applications/123/exports/1/blobs"Response headers
| Header | Value | Description |
|---|---|---|
Content-Type | application/json | Media type of the resource |
Content-Length | 1234 | Size of the response body in bytes |
X-Count | 1 | Number of blobs for this export |
Response codes
| Response code | Description |
|---|---|
200 OK | The list of blobs was successfully returned |
Example response
Response
{
"/api/v9/applications/123/exports/1/blobs/1-537a02b27c20b": "StudyContract.pdf"
}