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": "51cded1b-f9ee-4621-893f-1aa66d181133",
"AccessId": "ffbc347f-aa0f-4d80-90fb-fd1e28148b7a",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "51cded1b-f9ee-4621-893f-1aa66d181133",
"AccessId": "ffbc347f-aa0f-4d80-90fb-fd1e28148b7a",
"Distinguisher": "sample string 3"
}
]