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
Possible Responses
- 203 Program Found
- 316 Invalid Program UUID
- 1035 Program Expired
- 659 Invalid Client
Example Response
{
"response": {
"failure": {
"code": 1035,
"reason": "Program expired",
"details": "",
"severity": "Error",
"dtstamp": "2025-04-05 02:38:56"
}
}
}