GET
/
ticket
/
getLatest
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/getLatest
{
  "nextTicketId": 2
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

limit
integer
default:
100

The number of items to return

Required range: 1 < x < 1000
offset
integer
default:
0

The number of items to skip

Required range: x > 0

Response

200 - application/json
Successful operation
nextTicketId
integer