This is an old revision of the document!


/api/applications/ID/offer/ID

HEAD, GET

Fetch information about a specific application offer identified by the offer ID. Also see /api/applications/ID/offers

Syntax

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

Response headers

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

Response example

{
    "priority": 2,
    "inserted": "2014-06-20T11:00:19+00:00",
    "saved": "2014-06-20T11:00:19+00:00",
    "confirmed": "2014-06-20T11:00:19+00:00",
    "course": "/api/courses/3",
    "type": "Unreplied",
    "type-confirmed": "Accepted",
    "comments": null,
    "comments-confirmed": null,
    "decision": "Final",
    "decision-policy": "None",
    "decision-deadline": null,
    "notes": null
}