v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBPortfolios\Videos
Get all the videos in a portfolio
This method gets all the videos from the specified portfolio.
get/me/portfolios/{portfolio_id}/videos
Path parameters
portfolio_idnumber required
Example:12345
The ID of the portfolio.
Query parameters
containing_uristring
Example:/videos/258684937
The page that contains the video URI.
filter'embeddable'
The attribute by which to filter the results.
filter_embeddableboolean
Example:true
Whether to filter the results by embeddable videos (true) or non-embeddable videos (false). Required only if filter is embeddable.
pagenumber
Example:1
The page number of the results to show.
per_pagenumber
Example:10
The number of items to show on each page of results, up to a maximum of 100.
sort'alphabetical' | 'comments' | 'date' | 'default' | 'likes' | 'manual' | 'plays'
The way to sort the results.
Option descriptions:
- default - This will sort to the default sort set on the portfolio.
Response
The videos were returned.