GET me-eo/eo-chapter?ClientId={ClientId}
Retrieve chapter information for Logged-in User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
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. |
|
Chapter_Members | integer |
None. |
|
Latitude | string |
None. |
|
Longitude | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChapterId": "c837e768-e4c1-4953-a3e7-43eedab3d3b2", "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": "82e2000e-5476-4d52-bb5f-44b8169a6f39", "Chapter_Members": 9, "Latitude": "sample string 10", "Longitude": "sample string 11" }
application/xml, text/xml
Sample:
<EOChapter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChapterId>c837e768-e4c1-4953-a3e7-43eedab3d3b2</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>82e2000e-5476-4d52-bb5f-44b8169a6f39</Area_Id> <Chapter_Members>9</Chapter_Members> <Latitude>sample string 10</Latitude> <Longitude>sample string 11</Longitude> </EOChapter>