This is an old revision of the document!
/api/applicants/ID/wishes/ID
HEAD, GET
Retrieve information about a particular applicant wishlist item. This represents a course that the applicant has showed interest towards, but is not yet added to any application. An applicant may collect interesting courses to his wishlist for later application or further evaluation.
Syntax
GET /api/applicants/123/wishes/321 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
Response example
{ "wished": "1970-01-01T00:00:01+00:00", "applicant": "/api/applicants/60", "course": "/api/course/1", "intake": null, "notes": null }