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": "7eec4ee7-6b05-40be-873c-a304ea9b95ab",
"AccessId": "0c8faabe-4764-49a0-89b6-98c424330015",
"Distinguisher": "sample string 3"
},
{
"ProviderId": "7eec4ee7-6b05-40be-873c-a304ea9b95ab",
"AccessId": "0c8faabe-4764-49a0-89b6-98c424330015",
"Distinguisher": "sample string 3"
}
]