GET v2/videos/collections/{id}/items
Summary: Get the contents of video collections
Operation ID: getVideoCollectionItems
Auth: unknown
Operation ID: getVideoCollectionItems
Auth: unknown
Description
This endpoint lists the IDs of videos in a collection and the date that each was added.
Parameters (5)
id
(string, path, required)
Collection ID
page
(integer, query, optional, default: 1)
Page number
Constraints: {'minimum': 1}
per_page
(integer, query, optional, default: 100)
Number of results per page
Constraints: {'minimum': 1, 'maximum': 150}
share_code
(string, query, optional)
Code to retrieve the contents of a shared collection
sort
(string, query, optional, default: oldest)
Sort order
Constraints: {'enum': ['newest', 'oldest']}
No probe data for this endpoint yet.