Skip to main content
GET
/
profile
/
timeTrackingStatusOptions
Get special time tracking status options
curl --request GET \
  --url https://demo.enneo.ai/api/mind/profile/timeTrackingStatusOptions \
  --header 'Authorization: Bearer <token>'
{
  "active": "active",
  "away": "away",
  "absent": "absent"
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

active
string

Status ID for active mode (first status with autoActiveMode=true)

Example:

"active"

away
string

Status ID for away mode (first status with autoAwayMode=true)

Example:

"away"

absent
string

Status ID for long absent mode (first status with allowTicketDelegation=true and interactionsBlocked=true)

Example:

"absent"