---
title: List classes
framework: rosterapi
role: symbol
role_heading: Web Service Endpoint
path: rosterapi/returns-a-list-of-classes-for-an-apple-school-manager-organization
---

# List classes

List classes in an Apple School Manager organization.

## URL

GET https://api-school.apple.com/rosterapi/v1/classes

## Query Parameters

limit: The maximum number of class records to return. The default is 100. pageToken: A token for paging through a large number of results. If the number of records in the organization is greater than the limit parameter, pass the token returned in Classes.

## Response Codes

200 OK: 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 X-Retry-After header that indicates the number of seconds to wait before making another request. 500 Internal Server Error: The server encountered an internal error.

## Mentioned in

Obtaining information about people and classes

## Discussion

Discussion Example

## See Also

### Information about classes

- [Read a class](rosterapi/returns-a-specific-class-in-an-apple-school-manager-organization..md)
- [Class](rosterapi/class.md)
- [Classes](rosterapi/classes.md)
