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": "744f8a7c-2052-4398-85d8-0c71991d2f57",
  "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>744f8a7c-2052-4398-85d8-0c71991d2f57</ChapterId>
  <ChapterName>sample string 2</ChapterName>
  <ChapterImageFull>sample string 3</ChapterImageFull>
  <ChapterImageSmall>sample string 4</ChapterImageSmall>
</ChapterImagesResult>