v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBUsers\Feeds
Get all the videos in a user's feed
This method returns all the videos in the authenticated user's feed.
get/users/{user_id}/feed
Path parameters
user_idnumber required
Example:152184
The ID of the user.
Query parameters
offsetstring
Example:280
The pagination offset. We recommend that you use the pagination links in the feed response instead of working with this value directly. For more details, see our pagination documentation.
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.
type'appears' | 'category_featured' | 'channel' | 'facebook_feed' | 'following' | 'group' | 'likes' | 'ondemand_publish' | 'share' | 'tagged_with' | 'twitter_timeline' | 'uploads'
The feed type.
Response
The videos were returned.