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_applications [2014/07/12 13:37] – created Lauri Elevantapi:api_applicants_id_applications [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 15: Line 15:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +==== Response example ====
 +
 +  {
 +    "60": {
 +        "created": "2014-06-20T08:30:31+00:00",
 +        "revised": "2014-06-20T08:30:31+00:00",
 +        "submitted": null,
 +        "status": "Prepare",
 +        "commence_year": "2014",
 +        "applicant": "/api/applicants/60",
 +        "flags": "/api/applications/60/flags",
 +        "courses": "/api/applications/60/courses",
 +        "offers": "/api/applications/60/offers",
 +        "exports": "/api/applications/60/exports",
 +        "documents": "/api/applications/60/documents"
 +    }
 +  }