Get Accessible Locations
Gets locations accessible to this session.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/sessions/{id:((?!provider|current).)+}/accessibleLocations
COPY
Query Parameters
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns AccessibleLocations of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineAccessibleLocations1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"locationId": "string",
"site": {
"name": "string",
"id": "string"
},
"org": {
"name": "string",
"id": "string"
},
"restApiEndpoint": "string",
"uiEndpoint": "string",
"apiVersion": "string"
}
]
}
Availability
Added in 33.0
Sessions Operations
GET
Get Accessible Locations
GET
Get Current Session
GET
Get Current Sessions
GET
Get Session
GET
Get Token
POST
Login
DELETE
Logout
DELETE
Logout Current Session
POST
Provider Login