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": "461df55a-589d-4c07-86a3-34de8c44c6c2",
"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": "b8cc85bd-b338-485e-b8e6-b6859b8360b8",
"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>461df55a-589d-4c07-86a3-34de8c44c6c2</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>b8cc85bd-b338-485e-b8e6-b6859b8360b8</Area_Id> <Latitude>sample string 9</Latitude> <Longitude>sample string 10</Longitude> <ChapterImageFull>sample string 11</ChapterImageFull> <ChapterImageSmall>sample string 12</ChapterImageSmall> </ChaptersResult>