Differences

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

Link to this comparison view

Next revision
Previous revision
api:api_applications_id_courses_id [2014/07/11 16:45] – created Lauri Elevantapi:api_applications_id_courses_id [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 18: Line 18:
   Host: apply.example.edu   Host: apply.example.edu
   Authorization: DREAM apikey="..."   Authorization: DREAM apikey="..."
 +
  
 ==== Response headers ==== ==== Response headers ====
Line 23: Line 24:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
  
 ==== Response codes ==== ==== Response codes ====
Line 28: Line 30:
 | ''200 OK'' | The course is being applied to with this application | | ''200 OK'' | The course is being applied to with this application |
 | ''404 Not Found'' | The course is not applied to with this application | | ''404 Not Found'' | The course is not applied to with this application |
 +
 +
 +==== Response examples ====
 +
 +  {
 +    "priority": 1,
 +    "submitted": null,
 +    "course": "/api/courses/1",
 +    "intake": "/api/intakes/2",
 +    "modifier": null
 +  }