/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
{ "created": "2015-07-27T15:36:36+00:00", "reminded": null, "committed": "2015-07-27T17:36:36+00:00", "resolved": "2015-07-27T17:36:36+00:00", "class": "checklist-language-english", "status": "I have received my language test score", "notes": { "applicant": null, "administrator": "Seems to be good!" } }