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": "b95baad8-4ad4-4dba-8817-039ea6fd048c", "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": "00fbc897-c060-4cf4-a186-2e9b3fb792d9", "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>b95baad8-4ad4-4dba-8817-039ea6fd048c</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>00fbc897-c060-4cf4-a186-2e9b3fb792d9</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>