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": "f8c49c27-73b0-4101-88ba-d29006a435ba",
"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>f8c49c27-73b0-4101-88ba-d29006a435ba</RegionId> <RegionName>sample string 2</RegionName> </RegionResult>