List classes
List classes in an Apple School Manager organization.
URL
GET https://api-school.apple.com/rosterapi/v1/classesQuery Parameters
| Name | Type | Description |
|---|---|---|
limit Optional | string | The maximum number of class records to return. The default is 100. |
pageToken Optional | string | A token for paging through a large number of results. If the number of records in the organization is greater than the |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | Classes | The request was successful. |
| 401 | Unauthorized | The access token was invalid. | |
| 403 | Forbidden | Access to the list of classes was forbidden. | |
| 429 | The client made too many requests. The response includes an | ||
| 500 | Internal Server Error | The server encountered an internal error. |