|
|
 |
API » Documentation » GetUserVideos
GetUserVideos Request Specification
GetUserVideos will return a paged list of the the specified user's videos. Use the totalCount element
to determine the actual number of videos the user has and to calculate the number of pages to retrieve.
|
URL:
http://www.livevideo.com/api/GetUserVideos.ashx? developerId={My Developer Id}&userName={User Name}&familyFilter=On&page={Page Number}&pageSize={Page Size}
|
Parameters:
|
developerId (required): |
Your developer id |
|
userName (required): |
The user name for which you're requesting the list of videos |
|
familyFilter (optional): |
Whether or not to filter out mature content. The value for this parameter can be either 'On' or 'Off'.
If this parameter is not passed, mature content will not be filtered out. |
|
page (optional): |
The page number. If this parameter is not passed, the first page will be returned. |
|
pageSize (optional): |
The number of videos per page (maximum 30). If this parameter is not passed, 20 videos per page will be returned. |
|
Example Response:
|
|
|