Retrieve a list
Returns a filtered list of counter groups.
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoint details
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/counter-groups
Headers: Authorization: Bearer {token}, User-Agent: {agent}
Scope: connector-protimeapi-counter-groups.read
Response properties
| Field | Type | Required | Writable | Description |
|---|---|---|---|---|
changeVersion |
string | — | Read-only | Property to indicate the order of changes. |
id |
integer | — | Read-only | Internal unique identifier for the counter group. |
name.default |
string | — | Read-only | Default name value of the counter group. |
name.translations |
object | — | Read-only | A list of translated names of the counter group by language code. |
Filters
This endpoint does not require any filter parameters. It returns all counter groups in the system.
External references
This endpoint does not support external references.
Error responses
| Status | Condition |
|---|---|
401 |
Missing or invalid access token, or insufficient scope |
Examples
Retrieving all counter groups
GET
https://<tenant>.myprotime.eu/connector/protimeapi/api/v1/counter-groups