Enneo

Profile

Get special time tracking status options

GET /profile/timeTrackingStatusOptions

GET /profile/timeTrackingStatusOptions

Returns the key time tracking status options configured in the system:

  • active: First status with autoActiveMode set to true
  • away: First status with autoAwayMode set to true
  • absent: First status with both allowTicketDelegation and interactionsBlocked set to true, or if none exist, the first status with only allowTicketDelegation set to true

Responses

200 — Successful operation

Response Example

{
  "active": "active",
  "away": "away",
  "absent": "absent"
}

403 — Unauthorized

500 — Internal error