Lineup Metadata
Field / object | Type | Notes |
type | string | type of service (e.g., CABLE, SATELLITE, OTA) |
lineupId | string | alphanumeric id which can be used to specify lineup in other API calls |
name | string | name of provider and service (e.g., Comast NE Chicago - Cable) |
device | string | service provider designation for device type; some common device types:
|
location | string | location of headend, usually city name; for national lineups, location will be set to country name; note in v1.1, this is no longer appended to lineup name in parentheses |
mso | object |
multi-system operator (cable or satellite provider), will not be present for small or independent providers |
id | string |
numeric MSO (multi-system operator) id |
name | string |
MSO name |
Example
{
"type": "CABLE",
"device": "Digital Non-rebuild",
"lineupId": "USA-IL53277-X",
"name": "Comcast Chicago Areas 2 & 3 - Cable",
"location": "Chicago",
"mso": { "id": "08010", "name": "Comcast Corporation" }
}