Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
api:api_applications_id_studyplans_id [2015/02/13 16:09] – [HEAD, GET] Lauri | api:api_applications_id_studyplans_id [2024/07/30 11:50] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== HEAD, GET ===== | ===== HEAD, GET ===== | ||
- | A study plan is always created in a particular application and are related to a particular course | + | A study plan is always created in a particular application and are related to a particular course. |
+ | |||
+ | ==== Insert subjects vs Select subjects ==== | ||
+ | |||
+ | If you look at the tow examples below, | ||
+ | |||
+ | This has to do with two different ways a study plan can be created | ||
+ | |||
+ | a) if the subjects list has been imported into DreamApply, then the applicant can simply " | ||
+ | |||
+ | b) if the subjects list is not inserted into DreamApply, the applicant is presented with a form that he/she can fill manually, by typing the code, name, Fall/Spring and credits points manually. It is expected that the applicant has some sort of Excel/PDF for reference, but obviously there is no guarantee that the data in the study plan is correct. | ||
+ | |||
+ | |||
+ | ==== Explanation of data ==== | ||
+ | |||
+ | The '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
The statuses can currently be: | The statuses can currently be: | ||
Line 12: | Line 32: | ||
* Closed | * Closed | ||
- | **code** This is the subject code, normally what is used by the university internally. You may use this code to match the study plan entries to your SIS. | ||
- | **name** name of the subject. | ||
- | |||
- | **academic-year** holds an identifier to a resource describing the academic year (Fall, | ||
- | |||
- | **credits** ais the number of ECTS credits for this subject. | ||
==== Syntax ==== | ==== Syntax ==== | ||
Line 30: | Line 44: | ||
Content-Length: | Content-Length: | ||
| | ||
- | ==== Response example ==== | + | ==== Response example |
{ | { | ||
Line 37: | Line 51: | ||
" | " | ||
" | " | ||
- | " | + | " |
" | " | ||
}, | }, | ||
Line 43: | Line 57: | ||
" | " | ||
" | " | ||
- | " | + | " |
" | " | ||
}, | }, | ||
Line 49: | Line 63: | ||
" | " | ||
" | " | ||
- | " | + | " |
" | " | ||
} | } | ||
Line 56: | Line 70: | ||
" | " | ||
" | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ==== Response example (applicant chooses subjects) ==== | ||
+ | |||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
" | " | ||
" | " | ||
} | } |