Get a list of applications that have been filed by the applicant in question.
GET /api/applicants/123/applications Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234
{ "60": { "created": "2014-06-20T08:30:31+00:00", "revised": "2014-06-20T08:30:31+00:00", "submitted": null, "status": "Prepare", "commence_year": "2014", "applicant": "/api/applicants/60", "flags": "/api/applications/60/flags", "courses": "/api/applications/60/courses", "offers": "/api/applications/60/offers", "exports": "/api/applications/60/exports", "documents": "/api/applications/60/documents" } }