Api referenceCalendars
List all calendars
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
includeCourses?boolean
Also return the calendars that belong to a course (the Teaching module).
Response Body
application/json
curl -X GET "https://example.com/v2/calendars"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}