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
}

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

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

Ticket id.

Antwort

Successful operation

exists
boolean