/api/applications/ID/offers/ID/letters/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/letters as currently this API call does not offer any additional data beyond the data already available in the listing.
Syntax
GET /api/applications/123/offers/321/letters/101 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
Response codes
200 OK | The letter was found |
404 Not Found | The letter was not found |
Response examples
{ "id": 1, "rendered": "2025-01-02T15:44:09+00:00", "letterhead": "/api/letterheads/1", "administrator": null }