v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBVideos\Essentials
Get all the videos that a user has uploaded
This method returns all the videos that the authenticated user has uploaded.
get/me/videos
Query parameters
containing_uristring
Example:/videos/258684937
The page that contains the video URI. Available only when not paired with query.
direction'asc' | 'desc'
Example:asc
The sort direction of the results.
filter'app_only' | 'embeddable' | 'featured' | 'playable'
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.
filter_playableboolean
Example:true
Whether to filter the results by playable videos (true) or non-playable videos (false).
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.
querystring
Example:Stop motion
The search query to use to filter the results.
sort'alphabetical' | 'comments' | 'date' | 'default' | 'duration' | 'last_user_action_event_date' | 'likes' | 'modified_time' | 'plays'
The way to sort the results.
Response
The videos were returned.