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": "ba859d78-6850-473f-b764-7dc07eed0396",
"AccessId": "292cdfb0-0535-4829-8bcb-7a43e85def63",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "ba859d78-6850-473f-b764-7dc07eed0396",
"AccessId": "292cdfb0-0535-4829-8bcb-7a43e85def63",
"Distinguisher": "sample string 3"
}
]