GET eo-chapters/profile?ClientId={ClientId}&chapter_id={chapter_id}&limit={limit}
Retrieve profile by Chapter Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
| chapter_id |
Chapter Id |
globally unique identifier |
Required |
| 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. |
|
| ChapterStatus | string |
None. |
|
| BaseCity | string |
None. |
|
| BaseName | string |
None. |
|
| BaseUrl | string |
None. |
|
| RegionName | string |
None. |
|
| DateFounded | string |
None. |
|
| RegionId | string |
None. |
|
| AreaName | string |
None. |
|
| AreaId | globally unique identifier |
None. |
|
| ChapterMembers | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| StateProvince | string |
None. |
|
| Telephone | string |
None. |
|
| Timezone | string |
None. |
|
| Currency | string |
None. |
|
| YearlyDues | string |
None. |
|
| InitiationFee | string |
None. |
|
| EoStaffContact | string |
None. |
|
| ChapterAdministrator | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChapterId": "9b070d1a-0960-4743-b484-1a7fbfc3c9b6",
"ChapterName": "sample string 2",
"ChapterStatus": "sample string 3",
"BaseCity": "sample string 4",
"BaseName": "sample string 5",
"BaseUrl": "sample string 6",
"RegionName": "sample string 7",
"DateFounded": "sample string 8",
"RegionId": "sample string 9",
"AreaName": "sample string 10",
"AreaId": "f022fcc3-6aa2-4c9c-82a8-4b2ac3a89e60",
"ChapterMembers": "sample string 12",
"Latitude": "sample string 13",
"Longitude": "sample string 14",
"AddressLine1": "sample string 15",
"AddressLine2": "sample string 16",
"City": "sample string 17",
"PostalCode": "sample string 18",
"StateProvince": "sample string 19",
"Telephone": "sample string 20",
"Timezone": "sample string 21",
"Currency": "sample string 22",
"YearlyDues": "sample string 23",
"InitiationFee": "sample string 24",
"EoStaffContact": "sample string 25",
"ChapterAdministrator": "sample string 26"
}
application/xml, text/xml
Sample:
<ChaptersProfileResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChapterId>9b070d1a-0960-4743-b484-1a7fbfc3c9b6</ChapterId> <ChapterName>sample string 2</ChapterName> <ChapterStatus>sample string 3</ChapterStatus> <BaseCity>sample string 4</BaseCity> <BaseName>sample string 5</BaseName> <BaseUrl>sample string 6</BaseUrl> <RegionName>sample string 7</RegionName> <DateFounded>sample string 8</DateFounded> <RegionId>sample string 9</RegionId> <AreaName>sample string 10</AreaName> <AreaId>f022fcc3-6aa2-4c9c-82a8-4b2ac3a89e60</AreaId> <ChapterMembers>sample string 12</ChapterMembers> <Latitude>sample string 13</Latitude> <Longitude>sample string 14</Longitude> <AddressLine1>sample string 15</AddressLine1> <AddressLine2>sample string 16</AddressLine2> <City>sample string 17</City> <PostalCode>sample string 18</PostalCode> <StateProvince>sample string 19</StateProvince> <Telephone>sample string 20</Telephone> <Timezone>sample string 21</Timezone> <Currency>sample string 22</Currency> <YearlyDues>sample string 23</YearlyDues> <InitiationFee>sample string 24</InitiationFee> <EoStaffContact>sample string 25</EoStaffContact> <ChapterAdministrator>sample string 26</ChapterAdministrator> </ChaptersProfileResult>