Skip to main content
GET
List userLocations

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Query Parameters

from
string<date>

Start date of the period to retrieve, format YYYY-MM-DD

to
string<date>

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.

Pattern: ^(\d+(,\d+)*)?$
ownerId
string

Identifier of the owner. One or more integers separated by commas.

Pattern: ^(\d+(,\d+)*)?$
page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:10

Page size

Required range: 1 <= x <= 1000
fields.root
enum<string>

Return total items count (across all pages).

Available options:
count

Response

OK

count
integer
items
The UserLocation resource · object[]