GET eo-chapters/images?ClientId={ClientId}&chapter_id={chapter_id}&limit={limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

string

Required

chapter_id

globally unique identifier

None.

limit

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
ChapterId

globally unique identifier

None.

ChapterName

string

None.

ChapterImageFull

string

None.

ChapterImageSmall

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ChapterId": "1ef5eda7-8ade-4db8-a582-3ddee233f1b3",
  "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>1ef5eda7-8ade-4db8-a582-3ddee233f1b3</ChapterId>
  <ChapterName>sample string 2</ChapterName>
  <ChapterImageFull>sample string 3</ChapterImageFull>
  <ChapterImageSmall>sample string 4</ChapterImageSmall>
</ChapterImagesResult>