Jobs
Introduction
The Protime API supports the catalog of jobs.
Note
If you are looking for the history of jobs 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 job. |
name.default |
string | Default name of the job. |
name.translations |
string | A list of translated names for supported languages. |
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 job by reference
You can retrieve a job by the internal ID or an external reference using the GET call.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/jobs/{jobReference}
GET a list of jobs
You can retrieve a list of jobs.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/jobs