Action disabled: media

/api/applicants/ID/wishes

HEAD, GET

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.

Syntax

GET /api/applicants/123/wishes
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234

Response example

{
  "1": {
      "wished": "1970-01-01T00:00:01+00:00",
      "applicant": "/api/applicants/60",
      "course": "/api/course/1",
      "intake": null,
      "notes": null
  }
}