v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBClassrooms
List all classrooms
🔑
Required OAuth scope: classrooms:read.
📖
This endpoint is paginated with a page size of 500 classrooms. For more information, see the Pagination guide.
Lists all classrooms in your platform.
get/api/v2/classrooms
Query parameters
Filter on groupId property with LHS bracket notation.
Expected value format is a valid ID (24 digits or letters).
{
"eq": "507f1f77bcf86cd799439011",
"ne": "507f1f77bcf86cd799439011",
"in": [
"507f1f77bcf86cd799439011"
],
"nin": [
"507f1f77bcf86cd799439011"
]
}Filter on createdAt property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Filter on modifiedAt property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 500 classrooms.
Example response
[
{
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011",
"name": "Security Conference",
"mediaIds": [
"507f1f77bcf86cd799439011"
],
"message": "Be sure to have read all the attachments before the conference.",
"trainingObjective": "Learn the security rules of the company."
}
]