Job categories


Introduction

The Protime API supports the catalog of job categories.

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