GET eo-chapters/images?ClientId={ClientId}&chapter_id={chapter_id}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
|
| chapter_id | globally unique identifier |
None. |
|
| limit | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | globally unique identifier |
None. |
|
| ChapterName | string |
None. |
|
| ChapterImageFull | string |
None. |
|
| ChapterImageSmall | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChapterId": "788b2f1d-e9ed-4c15-b1ba-7a317bbf5c27",
"ChapterName": "sample string 2",
"ChapterImageFull": "sample string 3",
"ChapterImageSmall": "sample string 4"
}
application/xml, text/xml
Sample:
<ChapterImagesResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChapterId>788b2f1d-e9ed-4c15-b1ba-7a317bbf5c27</ChapterId> <ChapterName>sample string 2</ChapterName> <ChapterImageFull>sample string 3</ChapterImageFull> <ChapterImageSmall>sample string 4</ChapterImageSmall> </ChapterImagesResult>