Customer API - OpenAPI 3.0 (0.0.0)

Download OpenAPI specification:

OpenAPI 3.0 specification for the Customer API

Groups

Group operations

Get a list of all existing groups in the system

Authorizations:
BearerAuth

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}

Reports

Management reporting data operations

Get a list of the management reporting data of each user of the given group

Authorizations:
BearerAuth
path Parameters
groupId
required
string
Example: 1

The group ID

query Parameters
limit
required
integer
Example: limit=100

The number of items in the response

offset
required
integer
Example: offset=0

The number of items to offset

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "totalCount": 1
}

Ergonomics

Get a list of the office ergonomics reporting data of each user of the given group

Authorizations:
BearerAuth
path Parameters
groupId
required
string
Example: 1

The group ID

query Parameters
limit
required
integer
Example: limit=100

The number of items in the response

offset
required
integer
Example: offset=0

The number of items to offset

Responses

Response samples

Content type
application/json
{
  • "data": [
    ]
}