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
Authorizations
JWT-based authentication
Response
Successful operation
Status ID for active mode (first status with autoActiveMode=true)
Example:
"active"
Status ID for away mode (first status with autoAwayMode=true)
Example:
"away"
Status ID for long absent mode (first status with allowTicketDelegation=true and interactionsBlocked=true)
Example:
"absent"