v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Live Events

Get a Specific Live Event

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

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

Path parameters

idstring required

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

session-idstring required

The ID of the live event.

Response

Success

Example response

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