Videos

List Videos

get

/api/videos

Parameters

sort
string, in query
Field and direction of the sort.
options: -published_at, published_at, -id, id, filter.ids
count
integer, in query
Number of items per page.
defaults to 20 / min: 1, max: 100
links
boolean, in query
Return API links to the included resources. Set to small for a smaller payload.
pagination
boolean, in query
Return pagination data.
page
integer, in query
Page number of results.
defaults to 1
filter[ids]
integers, in query
Comma separated list of videos ids.
includes
string, in query
Comma separated list of relationships to include.
options: categories
fields.videos
string, in query
Comma separated list of video fields to return.
options: title, created_at, updated_at, published_at, permalink, content, duration, file, wistia_id, image, embed

Responses

HTTP code 200
An array of Video objects.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.

Show Video

get

/api/videos/{video}

Parameters

video
required integer, in path
Video ID

Responses

HTTP code 200
An Video resource.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.