User-locations
List userLocations
Query employees work locations
GET
/
work-locations
/
public
/
api
/
user-locations
Query Parameters
from
string
Start date of the period to retrieve, format YYYY-MM-DD
to
string
End date of the period to retrieve, format YYYY-MM-DD
workLocationId
string
Identifier of the work location. One or more integers separated by commas.
ownerId
string
Identifier of the owner. One or more integers separated by commas.
page
integer
default: 1Page number
Required range:
x > 1
limit
integer
default: 10Page size
Required range:
1 < x < 10
fields.root
enum<string>
Return total items count (across all pages).
Available options:
count
Response
200 - application/json
count
integer
items
object[]
Was this page helpful?