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