GET eo-regions?ClientId={ClientId}
Retrieve all regions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
RegionId | globally unique identifier |
None. |
|
RegionName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RegionId": "ee2a30bd-aa06-40a5-a60a-1f8e70d8a5ce", "RegionName": "sample string 2" }
application/xml, text/xml
Sample:
<RegionResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RegionId>ee2a30bd-aa06-40a5-a60a-1f8e70d8a5ce</RegionId> <RegionName>sample string 2</RegionName> </RegionResult>