Conferences
API for accessing information on conferences.
A ConferenceRecording object looks like:
A Conference object looks like:
GET /api/v1/courses/:course_id/conferences
GET /api/v1/courses/:course_id/conferences
Scope: url:GET|/api/v1/courses/:course_id/conferences
GET /api/v1/groups/:group_id/conferences
GET /api/v1/groups/:group_id/conferences
Scope: url:GET|/api/v1/groups/:group_id/conferences
Retrieve the paginated list of conferences for this context
This API returns a JSON object containing the list of conferences, the key for the list of conferences is “conferences”
Example Request:
GET /api/v1/conferences
GET /api/v1/conferences
Scope: url:GET|/api/v1/conferences
Retrieve the paginated list of conferences for all courses and groups the current user belongs to
This API returns a JSON object containing the list of conferences. The key for the list of conferences is “conferences”.
Request Parameters:
state
string
If set to “live”, returns only conferences that are live (i.e., have started and not finished yet). If omitted, returns all conferences for this user’s groups and courses.
Example Request:
Last updated
Was this helpful?