curl --request GET \
--url https://platform.thena.ai/v1/tickets/status/{id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>",
"organizationId": "<string>",
"parentStatusId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
curl --request GET \
--url https://platform.thena.ai/v1/tickets/status/{id} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>",
"organizationId": "<string>",
"parentStatusId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Enter your API key
Operation successful
The response is of type object
.