Partner integrations

Get Epg For Channel

get/api/v2/integrations/{integration_id}/channels/{channel_id}/epg

Path parameters

integration_idstring required
channel_idstring required

Query parameters

start_timestring date-time required
end_timestring date-time required

Response

Successful Response

Example response

{
  "schedule": [
    {
      "segment_type": "type of segment(dbi or cva)",
      "segment_id": "Unique identifier of the segment",
      "tc_in": "starting time of the segment",
      "tc_out": "ending time of the segment"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.