GET api/locations/{id}?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| clientId | 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": "62eadf57-68b0-494f-97d9-73f19df27aa9",
"AccessId": "87c2991d-6ea5-4e9a-864c-fd27efd68b06",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "62eadf57-68b0-494f-97d9-73f19df27aa9",
"AccessId": "87c2991d-6ea5-4e9a-864c-fd27efd68b06",
"Distinguisher": "sample string 3"
}
]