Both sides previous revisionPrevious revisionNext revision | Previous revision |
api:api_applicants_id_studyplans_id [2016/06/01 14:47] – [Response example (applicant chooses subjects)] Lauri | api:api_applicants_id_studyplans_id [2024/07/30 11:50] (current) – external edit 127.0.0.1 |
---|
====== /api/applicans/ID/studyplans/ID ====== | ====== /api/applicants/ID/studyplans/ID ====== |
| |
===== HEAD, GET ===== | ===== HEAD, GET ===== |
* ''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. | * ''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. | * ''name'' name of the subject. |
* ''academic-year'' holds an identifier to a resource describing the academic year (Fall,Spring etc.). | * ''academic-term-type'' holds an identifier to a resource describing the academic year (Fall,Spring etc.). |
* ''credits'' is the number of ECTS credits for this subject. | * ''credits'' is the number of ECTS credits for this subject. |
* ''type'' refers to the [[api:api_classificators|classificator]] ''Subject type''. This is only available if the applicant selects the subjects (as opposed to inserting manually). | * ''type'' refers to the [[api:api_classificators|classificator]] ''Subject type''. This is only available if the applicant selects the subjects (as opposed to inserting manually). |
"code": "ASTR", | "code": "ASTR", |
"name": "Astronomy", | "name": "Astronomy", |
"academic-term-type": "/api/academic-terms/1", | "academic-term-type": "/api/academic-terms/types/1", |
"credits": "5" | "credits": "5" |
}, | }, |
"code": "BOT", | "code": "BOT", |
"name": "Botany", | "name": "Botany", |
"academic-term-type": "/api/academic-terms/1", | "academic-term-type": "/api/academic-terms/types/1", |
"credits": "2" | "credits": "2" |
}, | }, |
"code": "CAL", | "code": "CAL", |
"name": "Calligraphy", | "name": "Calligraphy", |
"academic-term-type": "/api/academic-terms/1", | "academic-term-type": "/api/academic-terms/types/1", |
"credits": "3" | "credits": "3" |
} | } |