====== Differences ====== This shows you the differences between two versions of the page.
api2:student:students [2017/11/28 10:05] maries created |
api2:student:students [2018/07/23 09:55] (current) maries |
||
---|---|---|---|
Line 24: | Line 24: | ||
^ Property ^ Sub-property ^ Type ^ Description ^ | ^ Property ^ Sub-property ^ Type ^ Description ^ | ||
- | | uid || String | The ID of this student in your Database (must be unique) | | + | | uid* || String | The ID of this student in your Database (must be unique) | |
| student_group_id || Integer | The group this student belongs to | | | student_group_id || Integer | The group this student belongs to | | ||
| active || Boolean | Student is enabled or not on API | | | active || Boolean | Student is enabled or not on API | | ||
Line 35: | Line 35: | ||
{ | { | ||
"student_group_id": 1, | "student_group_id": 1, | ||
- | "uid": 26, | + | "uid": "S26", |
"civil_profile_attributes": { | "civil_profile_attributes": { | ||
"student_infos": {"last_formation": "A74D"} | "student_infos": {"last_formation": "A74D"} | ||
Line 50: | Line 50: | ||
"created_at": "2017-11-24T13:44:08.034Z", | "created_at": "2017-11-24T13:44:08.034Z", | ||
"updated_at": "2017-11-24T13:44:08.034Z", | "updated_at": "2017-11-24T13:44:08.034Z", | ||
- | "uid": "26", | + | "uid": "S26", |
"active": true, | "active": true, | ||
"last_activity": null, | "last_activity": null, |