Work-locations
Retrieve specific workLocation
Get a specific work location by id
GET
Path Parameters
Unique id of the work location
Response
200
application/json
OK
Represents a location an employee can work from
The unique id of the WorkLocation.
The name of the WorkLocation
Type of WorkLocation. It can be physical, like an office, but also abstract, RemoteWork is for telecommuting which has specific rules in Timmi Office, and Other allows to suggest any other locations, like on the go.
Available options:
Office
, RemoteWork
, Other
Indicates whether the location is currently active
The office details, non-null if the location type is "Office"
Was this page helpful?