GET
/
v1
/
tickets
/
draft
curl --request GET \
  --url https://platform.thena.ai/v1/tickets/draft \
  --header 'x-api-key: <api-key>'
{
  "uid": "<string>",
  "status": "<string>",
  "draftScope": "<string>",
  "entityType": "<string>",
  "content": {},
  "metadata": {},
  "createdBy": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

page
number
default:1

The page number to fetch tickets by

Required range: x >= 1
Example:

1

limit
number
default:10

The limit number of tickets to fetch

Required range: 1 <= x <= 100
Example:

10

Response

200
application/json

Operation successful

The response is of type object.