{
"id": 1, // assigned by codePost API
"name": "P01",
"course": 1,
"leaders": ["[email protected]"],
"students": [
"[email protected]",
"[email protected]"
]
}
| Attribute | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the object. |
| name | string | The name of the section. |
| course | integer | ID of the Course which this Section belongs to. |
| leaders | array of strings | The graders who lead this section. |
| students | array of strings | The student members of this section. |
