GET v1/chapteringsessions/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChapteringSessionResourceName | Description | Type | Additional information |
---|---|---|---|
ChapteringSession | ChapteringSessionDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "chapteringSession": { "id": 1, "vod": 2, "scheduleItem": 1, "startTime": "2025-05-23T16:58:47.7357429-04:00", "sessionEnded": true } }
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <ChapteringSession> <Id>1</Id> <ScheduleItem>1</ScheduleItem> <SessionEnded>true</SessionEnded> <StartTime>2025-05-23T16:58:47.7357429-04:00</StartTime> <Vod>2</Vod> </ChapteringSession> </Resources>