Get all classes
GET/classes
Returns all classes for the authenticated school.
Response fields: sourcedId, status, dateLastModified, title, classCode,
classType. Optional GUIDRef fields returned when non-null: course (type course),
school (type school). terms (array of GUIDRef, type academicSession) is returned
when term data is available.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Collection of classes
Invalid query options or request formatting.
Invalid or missing bearer token.
Bearer token absent at the web proxy layer.
The request could not be completed because of an unexpected server-side error.