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.
GET /api/applications/123/offers/321/attachments/1001 Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234
200 OK | The attachment record was found |
404 Not Found | The attachment record was not found |
{ "id": 1001, "download": "/api/applications/123/offers/321/attachments/1001/download", }