Version 8.3.8

Back | 

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

Name

Possible Responses

  • 202 Project Found
  • 338 Invalid Project UUID

Example Response

<?xml version="1.0" encoding="utf-8"?>
<response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://vidego-api.multicastmedia.com/videgoWSRR" xmlns:ms="http://www.mediasuite.multicastmedia.com" xsi:schemaLocation="http://vidego-api.multicastmedia.com/videgoWSRR http://vidego-api.multicastmedia.com/videgoWSRR.xsd">
<get_sony_t2_ingest_response>
    <success>
        <code>202</code>
        <message>Vod Project Found</message>
        <details/>
        <dtstamp>2024-11-23 09:27:27</dtstamp>
    </success>
    <trebuchet version="2">
    </trebuchet>
</get_sony_t2_ingest_response>
</response>