Sectors
Introduction
The Protime API supports the catalog of sectors.
Note
If you are looking for the history of sectors 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 sector. |
name.default |
string | Default name of the sector. |
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 sector by reference
You can retrieve a sector by the internal ID or an external reference using the GET call.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/sectors/{sectorReference}
GET a list of sectors
You can retrieve a list of sectors.
GET https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/sectors