Download OpenAPI specification:
OpenAPI 3.0 specification for the Customer API
| groupId required | string Example: 1 The group ID |
| 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 |
{- "data": {
- "groupReport": [
- {
- "id": 1,
- "uniqueId": "userid",
- "firstName": "John",
- "lastName": "Doe",
- "accountCreated": "2025-06-23T22:38:33.472Z",
- "firstSync": "2025-06-23T22:38:33.472Z",
- "lastSync": "2025-06-23T22:38:33.472Z",
- "clientVersion": "string",
- "dataDate": "2025-06-23T22:38:33.472Z",
- "reportData": {
- "overallWellbeing": {
- "rating": "Good",
- "score": 1
}, - "computerUse": {
- "rating": "Good",
- "score": 1
}, - "breaks": {
- "rating": "Good",
- "score": 1
}, - "sitStand": {
- "rating": "Good",
- "score": 1
}
}
}
]
}, - "totalCount": 1
}| groupId required | string Example: 1 The group ID |
| 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 |
{- "data": [
- {
- "userId": 1,
- "uniqueId": "jdory",
- "name": "John Dory",
- "email": "jdory@example.com",
- "assessments": [
- {
- "type": "Discomfort",
- "enabled": true,
- "scheduledDate": "1970-01-01T00:00:00.000Z",
- "expiryDate": "2025-06-23T22:38:33.473Z",
- "lastCompletedDate": "2025-06-23T22:38:33.473Z",
- "overdue": false,
- "expired": false,
- "hasEverCompleted": true
}
], - "training": {
- "enabled": true,
- "scheduledDate": "1970-01-01T00:00:00.000Z",
- "lastCompletedDate": "2025-06-23T22:38:33.473Z",
- "overdue": false,
- "hasEverCompleted": true
}
}
]
}