Read a class
Read a class from an Apple School Manager organization.
URL
GET https://api-school.apple.com/rosterapi/v1/classes/{classId}Path Parameters
| Name | Type | Description |
|---|---|---|
classId Required | string | The identifier from the class. Use the |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | Class | The request was successful. |
| 401 | Unauthorized | The access token was invalid. | |
| 403 | Forbidden | Access to the requested class was forbidden. | |
| 404 | Not Found | The server didn’t find a class with the given | |
| 429 | The client made too many requests. The response includes an | ||
| 500 | Internal Server Error | The server encountered an internal error. |