Retrieve a list
Introduction
You can retrieve a list of absence groups.
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoint details
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/absence-groups
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 | Internal unique identifier for the absence group. |
name.default |
string | Default name value of the absence group. |
name.translations |
object | A list of translated names of the absence group by language code. |
type |
string | The type of the absence group (Absence, WorkingElsewhere). |
Filters
This endpoint does not require any filter parameters. It returns all absence groups in the system.
External references
It’s possible to use custom external references. More information can be found on the External References Page
Note
Check the query options below the endpoint on the Swagger page for the relevant external references.
Examples
Retrieving all absence groups
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/absence-groups