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": "dd2d7853-7870-4d91-bff2-74decb34b04d",
"AccessId": "300958e2-8e32-4c76-86c6-26786ce42f1f",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "dd2d7853-7870-4d91-bff2-74decb34b04d",
"AccessId": "300958e2-8e32-4c76-86c6-26786ce42f1f",
"Distinguisher": "sample string 3"
}
]