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": "7db31041-6df1-4d41-8e68-d0bf55c11163", "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>7db31041-6df1-4d41-8e68-d0bf55c11163</RegionId> <RegionName>sample string 2</RegionName> </RegionResult>