GET GetRTRRChannel?SID={SID}&month={month}&year={year}&los={los}&guest={guest}&bForceFresh={bForceFresh}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
|
month | integer |
Required |
|
year | integer |
Required |
|
los | integer |
Required |
|
guest | integer |
Required |
|
bForceFresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfRTRRRChannelListName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of RTRRRChannelList |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "Cname": "sample string 1", "Cid": 2, "LastRun": "2025-04-28T17:42:18.6945157+00:00", "ChannelIconURl": "sample string 3", "RTRRInSecond": 4, "RTRRChannelOrder": 5 }, { "Cname": "sample string 1", "Cid": 2, "LastRun": "2025-04-28T17:42:18.6945157+00:00", "ChannelIconURl": "sample string 3", "RTRRInSecond": 4, "RTRRChannelOrder": 5 } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"Cname":"sample string 1","Cid":2,"LastRun":"2025-04-28T17:42:18.6945157+00:00","ChannelIconURl":"sample string 3","RTRRInSecond":4,"RTRRChannelOrder":5},{"Cname":"sample string 1","Cid":2,"LastRun":"2025-04-28T17:42:18.6945157+00:00","ChannelIconURl":"sample string 3","RTRRInSecond":4,"RTRRChannelOrder":5}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfRTRRRChannelListASGo81Li xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.RTRRR"> <d2p1:RTRRRChannelList> <d2p1:ChannelIconURl>sample string 3</d2p1:ChannelIconURl> <d2p1:Cid>2</d2p1:Cid> <d2p1:Cname>sample string 1</d2p1:Cname> <d2p1:LastRun>2025-04-28T17:42:18.6945157+00:00</d2p1:LastRun> <d2p1:RTRRChannelOrder>5</d2p1:RTRRChannelOrder> <d2p1:RTRRInSecond>4</d2p1:RTRRInSecond> </d2p1:RTRRRChannelList> <d2p1:RTRRRChannelList> <d2p1:ChannelIconURl>sample string 3</d2p1:ChannelIconURl> <d2p1:Cid>2</d2p1:Cid> <d2p1:Cname>sample string 1</d2p1:Cname> <d2p1:LastRun>2025-04-28T17:42:18.6945157+00:00</d2p1:LastRun> <d2p1:RTRRChannelOrder>5</d2p1:RTRRChannelOrder> <d2p1:RTRRInSecond>4</d2p1:RTRRInSecond> </d2p1:RTRRRChannelList> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfRTRRRChannelListASGo81Li>