Version 8.3.8

Back | 

GetProgramDetails

Returns information about a specific program. Includes asset information, asset file information, urls, and other info needed to display a program.

URL Format

/ws/get_program_details/p/{program_uuid}/api/{app_token}/mode/{mode}

Parameters

Name Req Type Description
app_token string The user app token
program_uuid string the program uuid. this can be retrieved from a GetVodPlayerInfo response call.
refid string ReferenceId for the project, must be used with prefid
prefid string ReferenceId for the program, must be used with refid
mode string Sprecifies the response type. Can be {'xml', 'json'}

Request Headers

Name

Possible Responses

  • 203 Program Found
  • 316 Invalid Program UUID
  • 1035 Program Expired
  • 659 Invalid Client

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_program_details_response>
    <failure>
        <code>1035</code>
        <reason>Program expired</reason>
        <details/>
        <severity>Error</severity>
        <dtstamp>2024-11-21 15:35:14</dtstamp>
    </failure>
</get_program_details_response>
</response>