This is an old revision of the document!
/api/applications/ID/tasks/ID
HEAD, GET
Fetch information about a specific application tasks identified by the task ID.
Also see /api/applications/ID/tasks for a more thorough explanation.
Syntax
GET /api/applications/123/tasks/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 }