Unknown

Get Tickets

Get all tickets.

This function is used to get all tickets with status open.

GET
/api/v1/tickets

Query Parameters

status?Status
type_?Type
reason?Reason
page?Page
Default1
page_size?Page Size
Default10

Response Body

curl -X GET "https://loading/api/v1/tickets?status=open&type_=product&reason=inappropriate&page=1&page_size=10"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}