Retrieve a list
Introduction
You can retrieve a list of all job categories in the system.
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoint details
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/job-categories
Response properties
This list of properties is returned by this endpoint.
| Property | Type | Description |
|---|---|---|
changeVersion |
string | Property to indicate the order of changes. |
id |
integer | Unique identifier for the job category. |
name.default |
string | Default name of the job category. |
name.translations |
object | Translated names for supported languages. |
externalCode |
string | External code for the job category. |
Filters
This endpoint does not require any filter parameters. It returns all job categories in the system.
External references
This endpoint does not require any external references.
Examples
Retrieve all job categories
Example to retrieve all job categories that have been configured in Protime:
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/job-categories