v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Live Events

Get All Live Events

This endpoint retrieves all live events for a specific course or event.<br><br><h3>Required Scope</h3>content:read or content:write

get/api/v2/content/{id}/relationships/sessions

Path parameters

idstring required

The ID of the course or event to retrieve live events for.

Query parameters

nextstring

Retrieves the next batch of events. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of events to display per page. A maximum of 1000 is allowed.

Response

Success

Example response

{
  "data": [
    {
      "attributes": {
        "content-type": "Event"
      }
    }
  ]
}