Work locations
Introduction
The Protime API supports the catalog of work locations.
Note
If you are looking for the history of work locations linked to people, this can be found in the People’s historical fields section.
Tip
Check the Swagger page for more technical information on the endpoints.
Properties
Property | Type | Description |
---|---|---|
id |
integer | Unique identifier for the work location. |
name.default |
string | Default name of the work location. |
name.translations |
string | A list of translated names for supported languages. |
description |
string | Description of the work location. |
External references
It’s possible to use custom external references. More information can be found on the External references page
Endpoints
Below you can find the supported endpoints for this data collection.
GET a work location by reference
You can retrieve a work location by the internal ID or an external reference using the GET call.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/work-locations/{workLocationReference}
GET a list of work locations
You can retrieve a list of work locations.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/work-locations