updateVideoStatus
- Home
- Multimedia
- UgcVideo
- updateVideoStatus
updateVideoStatus
Updates the status of a video.
Parameters
Name | Description |
xrefID optional | The xref id of the content that is being referenced ~ this id is equivilent to content’s specific identifier; I.E.: video_id,photo_id,etc… |
contentID optional | The content id of the content that is being referenced. |
status required | Video status – One of: queue, processing, error, ready, or rejected. |
output optional | The response output format. Accepts JSON and XML. |
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 | updateVideoStatus |
Type | REST |
Response Types | JSON, XML |