Support Tickets

Create and view tickets for the Console Connect Support team.

Get Support Ticket by Id

Get a single Support Ticket.

Securityapi-key
Request
path Parameters
id
required
string

The id of the support ticket.

Example: INC000001234567
Responses
200

Returns a single support ticket.

400

Throws an error for an invalid ticket id.

401

Throws an error for an unauthorized request.

404

Throws an error for a support ticket that does not exist.

get/api/v2/support-tickets/{id}
Response samples
application/json
{
  • "id": "INC000001234567",
  • "name": "Ticket Name Label",
  • "description": "This is the description of the ticket",
  • "priority": [
    ],
  • "status": "Acknowledged",
  • "ticketType": "Incident",
  • "creationDate": "2023-01-01T01:02:03.000+0000",
  • "notes": [
    ],
  • "relatedParty": [
    ],
  • "relatedEntity": [
    ],
  • "channel": {
    },
  • "@type": "troubleTicket"
}