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": "992e732a-07e5-46db-bbef-0b06d9b9ae18",
"AccessId": "f8e03709-6838-42b4-8296-efbfd5e75ead",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "992e732a-07e5-46db-bbef-0b06d9b9ae18",
"AccessId": "f8e03709-6838-42b4-8296-efbfd5e75ead",
"Distinguisher": "sample string 3"
}
]