v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

List Channels for a Site

This API call returns all "Channel IDs" associated with a given Site.

get/v1/channelsInSite/{SiteID}

Path parameters

SiteIDinteger required

The ID of the Site

Response

200

ChannelIdsinteger[]

Example response

{
  "ChannelIds": [
    45678
  ]
}