Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applications_id_studyplans [2015/02/13 16:30] – [Response example] Lauri Elevantapi:api_applications_id_studyplans [2016/06/01 14:45] – [Response example] Lauri Elevant
Line 9: Line 9:
 **To see the complete data for a study plan**, including the subjects selected, query the study plan by it's ID using [[api:api_applications_ID_studyplans_ID|/api/applications/ID/studyplans/ID]]. **To see the complete data for a study plan**, including the subjects selected, query the study plan by it's ID using [[api:api_applications_ID_studyplans_ID|/api/applications/ID/studyplans/ID]].
  
-A study plan is always created in a particular application and are related to a particular course (you can see the identifiers in the example data below).+A study plan is always created in a particular application and are related to a particular course.
  
 The statuses can currently be: The statuses can currently be:
Line 39: Line 39:
         "revised": "2015-02-13T15:56:10+00:00",         "revised": "2015-02-13T15:56:10+00:00",
         "course": "/api/courses/321",         "course": "/api/courses/321",
-        "applicant": "/api/applicant/123",+        "applicant": "/api/applicants/123", 
 +        "application": "/api/applications/123",
         "status": "Prepare"         "status": "Prepare"
     }     }
   }   }