The Section Object

{
  "id": 1, // assigned by codePost API
  "name": "P01",
  "course": 1,
  "leaders": ["[email protected]"],
  "students": [
      "[email protected]",
      "[email protected]"
  ]
}
AttributeTypeDescription
idintegerUnique identifier for the object.
namestringThe name of the section.
courseintegerID of the Course which this Section belongs to.
leadersarray of stringsThe graders who lead this section.
studentsarray of stringsThe student members of this section.