/api/applications/ID/offers/ID/attachments/ID

HEAD, GET

Fetch the metadata associated with an offer attachment. Currently this API call is only provided for the sake of completeness. It is likely easier to fetch the entire list using /api/applications/ID/offers/ID/attachments and then download the needed resources using /api/applications/ID/offers/ID/attachments/ID/download.

Syntax

GET /api/applications/123/offers/321/attachments/1001
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234

Response codes

200 OK The attachment record was found
404 Not Found The attachment record was not found

Response examples

{
  "id": 1001,
  "download": "/api/applications/123/offers/321/attachments/1001/download",
}