Unknown
Get Tickets
Get all tickets.
This function is used to get all tickets with status open.
Query Parameters
status?Status
type_?Type
reason?Reason
page?Page
Default
1
page_size?Page Size
Default
10
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"
}
]
}