GET api/locations/{id}?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| clientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Location| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderId | globally unique identifier |
None. |
|
| AccessId | globally unique identifier |
None. |
|
| Distinguisher | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProviderId": "2cc1de7e-5f1c-4b00-8faf-0d5b6155f7d4",
"AccessId": "1bbadb7e-8484-4684-9156-7e37d8da333e",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "2cc1de7e-5f1c-4b00-8faf-0d5b6155f7d4",
"AccessId": "1bbadb7e-8484-4684-9156-7e37d8da333e",
"Distinguisher": "sample string 3"
}
]