Unknown

Get Ticket

Get a ticket by ID.

This function is used to get a ticket by its ID.

GET
/api/v1/tickets/{ticket_id}

Path Parameters

ticket_idTicket Id

Response Body

curl -X GET "https://loading/api/v1/tickets/0"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}