Get special time tracking status options
Profile
Get special time tracking status options
Returns the key time tracking status options configured in the system:
active: First status with autoActiveMode set to trueaway: First status with autoAwayMode set to trueabsent: First status with both allowTicketDelegation and interactionsBlocked set to true, or if none exist, the first status with only allowTicketDelegation set to true
GET
Get special time tracking status options
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Autorisierungen
JWT-based authentication
Antwort
Successful operation
Status ID for active mode (first status with autoActiveMode=true)
Beispiel:
"active"
Status ID for away mode (first status with autoAwayMode=true)
Beispiel:
"away"
Status ID for long absent mode (first status with allowTicketDelegation=true and interactionsBlocked=true)
Beispiel:
"absent"