GET api/v3/episodes/{storyId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| storyId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Title": "sample string 1",
"StoryTitle": "sample string 2",
"Created": "2026-06-19T03:48:21.9189439+00:00",
"Updated": "2026-06-19T03:48:21.9189439+00:00",
"Format": 1,
"Images": "sample string 5",
"SlideCount": 6,
"Duration": 7,
"Hidden": true,
"Basic": true,
"Paid": true,
"PartitionKey": "sample string 11",
"RowKey": "sample string 12",
"Timestamp": "2026-06-19T03:48:21.9189439+00:00",
"ETag": "sample string 14"
},
{
"Title": "sample string 1",
"StoryTitle": "sample string 2",
"Created": "2026-06-19T03:48:21.9189439+00:00",
"Updated": "2026-06-19T03:48:21.9189439+00:00",
"Format": 1,
"Images": "sample string 5",
"SlideCount": 6,
"Duration": 7,
"Hidden": true,
"Basic": true,
"Paid": true,
"PartitionKey": "sample string 11",
"RowKey": "sample string 12",
"Timestamp": "2026-06-19T03:48:21.9189439+00:00",
"ETag": "sample string 14"
},
{
"Title": "sample string 1",
"StoryTitle": "sample string 2",
"Created": "2026-06-19T03:48:21.9189439+00:00",
"Updated": "2026-06-19T03:48:21.9189439+00:00",
"Format": 1,
"Images": "sample string 5",
"SlideCount": 6,
"Duration": 7,
"Hidden": true,
"Basic": true,
"Paid": true,
"PartitionKey": "sample string 11",
"RowKey": "sample string 12",
"Timestamp": "2026-06-19T03:48:21.9189439+00:00",
"ETag": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfEpisode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TutorleWeb.Models.WiseTales">
<Episode>
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
<Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
<d3p1:DateTime>2026-06-19T03:48:21.9189439Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</Timestamp>
<Basic>true</Basic>
<Created>2026-06-19T03:48:21.9189439+00:00</Created>
<Duration>7</Duration>
<Format>Images</Format>
<Hidden>true</Hidden>
<Images>sample string 5</Images>
<Paid>true</Paid>
<SlideCount>6</SlideCount>
<StoryTitle>sample string 2</StoryTitle>
<Title>sample string 1</Title>
<Updated>2026-06-19T03:48:21.9189439+00:00</Updated>
</Episode>
<Episode>
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
<Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
<d3p1:DateTime>2026-06-19T03:48:21.9189439Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</Timestamp>
<Basic>true</Basic>
<Created>2026-06-19T03:48:21.9189439+00:00</Created>
<Duration>7</Duration>
<Format>Images</Format>
<Hidden>true</Hidden>
<Images>sample string 5</Images>
<Paid>true</Paid>
<SlideCount>6</SlideCount>
<StoryTitle>sample string 2</StoryTitle>
<Title>sample string 1</Title>
<Updated>2026-06-19T03:48:21.9189439+00:00</Updated>
</Episode>
<Episode>
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 14</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 11</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 12</RowKey>
<Timestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
<d3p1:DateTime>2026-06-19T03:48:21.9189439Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</Timestamp>
<Basic>true</Basic>
<Created>2026-06-19T03:48:21.9189439+00:00</Created>
<Duration>7</Duration>
<Format>Images</Format>
<Hidden>true</Hidden>
<Images>sample string 5</Images>
<Paid>true</Paid>
<SlideCount>6</SlideCount>
<StoryTitle>sample string 2</StoryTitle>
<Title>sample string 1</Title>
<Updated>2026-06-19T03:48:21.9189439+00:00</Updated>
</Episode>
</ArrayOfEpisode>