Get a list of courses that the applicant in question has showed interest for. In more formal terms, this is the applicant's “wishlist”. An applicant may collect interesting courses to his wishlist for later application or further evaluation.
GET /api/applicants/123/wishes Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234
{ "1": { "wished": "1970-01-01T00:00:01+00:00", "applicant": "/api/applicants/60", "course": "/api/course/1", "intake": null, "notes": null } }