Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api:api_applicants_id_wishes [2014/09/01 12:25] – created Lauri Elevantapi:api_applicants_id_wishes [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== HEAD, GET ===== ===== 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".+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 ==== ==== Syntax ====
Line 18: Line 18:
 ==== Response example ==== ==== Response example ====
  
-  TODO+  
 +    "1":
 +        "wished": "1970-01-01T00:00:01+00:00", 
 +        "applicant": "/api/applicants/60", 
 +        "course": "/api/course/1", 
 +        "intake": null, 
 +        "notes": null 
 +    } 
 +  }