GET v1/chapteringsessions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChapteringSessionResource| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapteringSession | ChapteringSessionDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"chapteringSession": {
"id": 1,
"vod": 2,
"scheduleItem": 1,
"startTime": "2025-10-31T23:34:55.0074218-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-10-31T23:34:55.0074218-04:00</StartTime>
<Vod>2</Vod>
</ChapteringSession>
</Resources>