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": "32cedb0f-092c-4639-92c0-06b380e6391e",
"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": "4276b10f-09ac-4f5e-a658-ff20d9be6f7a",
"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>32cedb0f-092c-4639-92c0-06b380e6391e</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>4276b10f-09ac-4f5e-a658-ff20d9be6f7a</Area_Id> <Chapter_Members>9</Chapter_Members> <Latitude>sample string 10</Latitude> <Longitude>sample string 11</Longitude> </EOChapter>