cURL
curl --request GET \ --url https://{host}/work-locations/public/api/user-locations/{id} \ --header 'Authorization: <authorization>'
{ "id": 123, "ownerId": 123, "workLocationId": 123, "areaId": 123, "date": "2023-12-25", "position": "FullDay", "status": "Pending" }
Get specific userLocation by id
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
unique id of the userLocation
x >= 1
OK
Represents the association of an employee and a workLocation on a given date and position in the day.
Was this page helpful?