GET api/locations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | 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": "5e017243-04ae-4b23-a0f8-2ecfd8024d43",
"AccessId": "e0e2e259-a249-49be-8b64-0f55a597ddc2",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "5e017243-04ae-4b23-a0f8-2ecfd8024d43",
"AccessId": "e0e2e259-a249-49be-8b64-0f55a597ddc2",
"Distinguisher": "sample string 3"
}
]