Work-locations
Retrieve specific workLocation
Get a specific work location by id
GET
/
work-locations
/
public
/
api
/
work-locations
/
{id}
Path Parameters
id
integer
requiredUnique id of the work location
Response
200 - application/json
Represents a location an employee can work from
id
number
requiredThe unique id of the WorkLocation.
name
string
requiredThe name of the WorkLocation
type
enum<string>
requiredType 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
isActive
boolean
requiredIndicates whether the location is currently active
office
object
The office details, non-null if the location type is "Office"
Was this page helpful?