Zum Hauptinhalt springen
GET
/
ticket
/
{ticketId}
/
worklog
/
exists
Check whether worklogs exist for a ticket
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/worklog/exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

Ticket id.

Antwort

Successful operation

exists
boolean