Untitled
unknown
plain_text
8 months ago
1.3 kB
6
Indexable
- - Make channels/v3 call
(this is also needed for channelsv4 call in the future)
curl --location '{{ipvs-host}}/api/smarttv/channels/v4' \
--header 'x-accountId: <accountId>' \
--header 'x-mso: <MSO>'\
--header 'x-pi-forwarded-for: 1.2.3.4'
- ? Verify response is 200 with below fields:
{
"ncsNetworkId": "",
"name": "",
"logoUrl": "",
"services": {
"vod": [
{
"serviceName": "",
"ncsServiceId": "",
"productProviders": [
""
],
"entitled": true
}
],
"linear": [
{
"callSign": "",
"serviceName": "",
"ncsServiceId": "",
"tmsGuideId": "",
"channelNumbers": [*
],
"entitled": *,
"online": *,
"qam": *,
"4k": *,
"mystroServiceId": "",
"genres": [
"*"
],
"cdvrRecordable": 8,
"availableInMarket": 8,
"availableOutOfMarket": 8
}
},
]
-
- ?Editor is loading...
Leave a Comment