GET eo-chapters?ClientId={ClientId}&chapter_status={chapter_status}&active={active}&limit={limit}
Get all Chapters by Chapter Status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
chapter_status |
Chapter Status |
integer |
Default value is 0 |
active |
Active |
integer |
None. |
limit |
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. |
|
ChapterStatusId | string |
None. |
|
ChapterStatus | string |
None. |
|
RegionName | string |
None. |
|
Region_Id | string |
None. |
|
AreaName | string |
None. |
|
Area_Id | globally unique identifier |
None. |
|
Latitude | string |
None. |
|
Longitude | string |
None. |
|
ChapterImageFull | string |
None. |
|
ChapterImageSmall | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChapterId": "9e5ac463-19c3-46ac-819f-ff49c72e4168", "ChapterName": "sample string 2", "ChapterStatusId": "sample string 3", "ChapterStatus": "sample string 4", "RegionName": "sample string 5", "Region_Id": "sample string 6", "AreaName": "sample string 7", "Area_Id": "7052838b-a52c-4f9b-b596-10bf99bff969", "Latitude": "sample string 9", "Longitude": "sample string 10", "ChapterImageFull": "sample string 11", "ChapterImageSmall": "sample string 12" }
application/xml, text/xml
Sample:
<ChaptersResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChapterId>9e5ac463-19c3-46ac-819f-ff49c72e4168</ChapterId> <ChapterName>sample string 2</ChapterName> <ChapterStatusId>sample string 3</ChapterStatusId> <ChapterStatus>sample string 4</ChapterStatus> <RegionName>sample string 5</RegionName> <Region_Id>sample string 6</Region_Id> <AreaName>sample string 7</AreaName> <Area_Id>7052838b-a52c-4f9b-b596-10bf99bff969</Area_Id> <Latitude>sample string 9</Latitude> <Longitude>sample string 10</Longitude> <ChapterImageFull>sample string 11</ChapterImageFull> <ChapterImageSmall>sample string 12</ChapterImageSmall> </ChaptersResult>