GET eo-chapters?ClientId={ClientId}®ion_id={region_id}&active={active}&limit={limit}
Get all Chapters by Region Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
region_id |
RegionId |
globally unique identifier |
Required |
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": "1154a78a-d51d-4422-a5b2-9fb9fb6481b1", "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": "2fcf6fe6-e485-4377-bdde-001f09e2418e", "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>1154a78a-d51d-4422-a5b2-9fb9fb6481b1</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>2fcf6fe6-e485-4377-bdde-001f09e2418e</Area_Id> <Latitude>sample string 9</Latitude> <Longitude>sample string 10</Longitude> <ChapterImageFull>sample string 11</ChapterImageFull> <ChapterImageSmall>sample string 12</ChapterImageSmall> </ChaptersResult>