getVideos
- Home
- Multimedia
- UgcVideo
- getVideos
getVideos
Retrieve array of videos for the given parameter(s)
Parameters
Name | Description |
userID optional | The user’s primary identifier. |
nodeID optional | The primary identifier for your network. |
blogID optional | The primary identifier for the user or group’s site. (Same as siteID) |
tierID optional | Tier ID. |
showAvailableEncodings optional | Option to show alternate encodings. ‘1’ or ‘all’ will show all encodings. Comma separated list of file extensions will show only those files with those entensions. |
rss optional | Whether to display an rss feed or not. |
output optional | The response output format. Accepts JSON, XML and RSS. |
Request Syntax
https://services.onesite.com/rest/ugcVideo?action=getVideos&nodeID=188234&page=1&perPage=1&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 |
{ "service":"ugcVideo", "action":"getVideos", "code":1, "message":"Success", "page":1, "per_page":1 } |
Service Information
Service | ugcVideo |
Method | getVideos |
Type | REST |
Response Types | JSON, XML, RSS |