v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
live events

Get a live event

Get details for an event of a live channel

get/v2/sites/{site_id}/channels/{channel_id}/events/{event_id}/

Path parameters

site_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the site

channel_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the live channel

event_idstring required

Unique identifier for a resource

Example:Ny05CEfj

Unique alphanumeric ID of the live event

Response

Resource successfully retrieved

schemastring
idstring

Unique identifier for a resource

createdstring

Date and time at which the resource was created

last_modifiedstring

Date and time at which the resource was most recently modified

typestring

Name of the type of resource.

relationshipsobject

Ancilliary resources associated to the primary resource being read

media_idstring

Unique identifier for a resource

metadataobject
status'active' | 'completed' | 'idle' | 'errored'

Example response

{
  "schema": "https://schema.jwplayer.com/types/thumbnail.json",
  "id": "Ny05CEfj",
  "created": "2019-09-25T15:29:11.042095+00:00",
  "last_modified": "2019-09-25T15:29:11.042095+00:00",
  "master_access": {
    "status": "available",
    "expiration": "2022-11-11T07:50:00+00:00"
  },
  "media_id": "Ny05CEfj",
  "status": "idle"
}