Get Playlists
Gets a page of playlist objects for the account
Path parameters
Video Cloud account ID.
Query parameters
Number of items to return - see Paging Search Results for more information
Number of items to skip - see Paging Search Results for more information
Search string - see playlist search guide for details
Field to sort results by - if absent and there is a search string, results are sorted by relevance or if there is no search string, results are sorted by -updated_at - note: to sort in descending order, preface the field name with a minus(-) sign. If the q= param is missing, the sort param will be ignored. Also if sort is set to an unsupported field, the quest will fail with an error
Headers
Content-Type: application/json
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
[
{
"id": "5716873476001",
"account_id": "57838016001",
"created_at": "2018-01-23T12:55:29.674Z",
"description": "My new sea playlist",
"favorite": false,
"name": "Sea Videos",
"reference_id": null,
"type": "ACTIVATED_NEWEST_TO_OLDEST",
"updated_at": "2018-01-23T12:55:29.677Z",
"limit": 20,
"search": "+tags:\"birds\""
}
]