Authorizations
Cookie-based authentication
Path Parameters
The id of the ticket
Example:
376189
Query Parameters
If true, then the technical information will be shown
Example:
true
Get ticket activity by ticketId
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/activity{
  "id": 1,
  "status": "open",
  "user": {
    "id": 1,
    "firstName": "Max",
    "lastName": "Mustermann",
    "email": "demo@enneo.dev",
    "phone": "+49 123 456789",
    "lastSeen": "2022-08-12 12:21:21",
    "type": "enneo",
    "isSsoOnly": 0,
    "lang": "de"
  },
  "createdAt": "2021-01-01 00:00:00",
  "activity": "hat 2 Themen zugewiesen",
  "details": [
    {
      "label": "Thema zugewiesen",
      "value": "Allgemein",
      "tooltip": "Allgemein",
      "url": "https://enneo.ai",
      "type": "string"
    }
  ]
}Cookie-based authentication
The id of the ticket
376189
If true, then the technical information will be shown
true
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/activity{
  "id": 1,
  "status": "open",
  "user": {
    "id": 1,
    "firstName": "Max",
    "lastName": "Mustermann",
    "email": "demo@enneo.dev",
    "phone": "+49 123 456789",
    "lastSeen": "2022-08-12 12:21:21",
    "type": "enneo",
    "isSsoOnly": 0,
    "lang": "de"
  },
  "createdAt": "2021-01-01 00:00:00",
  "activity": "hat 2 Themen zugewiesen",
  "details": [
    {
      "label": "Thema zugewiesen",
      "value": "Allgemein",
      "tooltip": "Allgemein",
      "url": "https://enneo.ai",
      "type": "string"
    }
  ]
}