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": "f838fa74-8666-4af0-8f8a-f101a0775e49",
"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": "202b7b3d-b3b6-429d-8aab-6a4c745261cd",
"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>f838fa74-8666-4af0-8f8a-f101a0775e49</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>202b7b3d-b3b6-429d-8aab-6a4c745261cd</Area_Id> <Latitude>sample string 9</Latitude> <Longitude>sample string 10</Longitude> <ChapterImageFull>sample string 11</ChapterImageFull> <ChapterImageSmall>sample string 12</ChapterImageSmall> </ChaptersResult>