GET me-eo/geography?ClientId={ClientId}
Retrieve all Geography 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 |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Id | string |
None. |
|
CountryId | string |
None. |
|
CountryName | string |
None. |
|
SpecificLocation | string |
None. |
|
SpecialKnowledge | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "2ceea46c-5982-47e4-9838-790a23fefd97", "Id": "sample string 2", "CountryId": "sample string 3", "CountryName": "sample string 4", "SpecificLocation": "sample string 5", "SpecialKnowledge": "sample string 6" }
application/xml, text/xml
Sample:
<GeographyResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>2ceea46c-5982-47e4-9838-790a23fefd97</UserId> <Id>sample string 2</Id> <CountryId>sample string 3</CountryId> <CountryName>sample string 4</CountryName> <SpecificLocation>sample string 5</SpecificLocation> <SpecialKnowledge>sample string 6</SpecialKnowledge> </GeographyResult>