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": "29f9e811-b2e1-491c-ab37-e728da9d3d35",
"AccessId": "b967750d-1f3a-4904-9d9e-3e966b3afc6b",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "29f9e811-b2e1-491c-ab37-e728da9d3d35",
"AccessId": "b967750d-1f3a-4904-9d9e-3e966b3afc6b",
"Distinguisher": "sample string 3"
}
]