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": "170fc6d6-9a39-4dbc-a085-098a242375f7", "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>170fc6d6-9a39-4dbc-a085-098a242375f7</ChapterId> <ChapterName>sample string 2</ChapterName> <ChapterImageFull>sample string 3</ChapterImageFull> <ChapterImageSmall>sample string 4</ChapterImageSmall> </ChapterImagesResult>