GET
/
ticket
/
{ticketId}
/
activity
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": false,
    "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"
    }
  ]
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket

Query Parameters

showTechnicalInformation
boolean

If true, then the technical information will be shown

Response

200
application/json
Successful operation
id
integer
status
string
user
object
createdAt
string
activity
string
details
object[]