v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
UserLocations

Get specific userLocation

Get specific userLocation by id

get/work-locations/public/api/user-locations/{id}

Response

OK

idinteger required

The unique id of the userLocation.

ownerIdinteger required

The id of the employee.

workLocationIdinteger required

The id of the WorkLocation.

areaIdinteger nullable

The id of the specific area in the office. Left null whenever the Work Location has no areas.

datestring date required

Date on which the employee works at this location.

position'FullDay' | 'FirstHalf' | 'SecondHalf' required

Specify the day period this userLocation is effective.

status'Pending' | 'Deleted' | 'Approved' | 'Denied' | 'Confirmed' required

The status of this userLocation.

createdAtstring date-time

Date at which the UserLocation was created.

deletedAtstring date-time nullable

Date at which the UserLocation was deleted.