EAI API Documentation
Get Chapters and Channels
0min
If you are interested in chapters and channels, you can get them by calling the following REST APIs: https://{subdomain}.teleskope.io/1/eai/graph?listChaptersInGroup={group_id} https://{subdomain}.teleskope.io/1/eai/graph?listChannelsInGroup={group_id}
Replace {subdomain} with the customer's assigned subdomain and {group_id} with the Group ID obtained from the previous API call. These APIs return a list of chapters and channels for the specified Group. It is recommended to cache the results of these APIs for 24 hours, as they do not change frequently.