GetSonyT2Ingest
Returns Sony T2 Ingest for a project if enabled for project's account
URL Format
/ws/get_sony_t2_ingest/api/{app_token}/p/{project_uuid}
Parameters
Name |
Req |
Type |
Description |
project_uuid |
 |
string |
The uuid of the project to search |
app_token |
 |
string |
The user api token |
mode |
|
string |
Specifies response mode. Can be {'xml','json'} |
Request Headers
Possible Responses
- 202 Project Found
- 338 Invalid Project UUID
Example Response
{
"response": {
"success": {
"code": 202,
"message": "Vod Project Found",
"details": ""
}
}
}