List Tickets
List the authenticated end-user's tickets.
List the authenticated end-user's tickets.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
status?|null
page?Page
Default
1Range
1 <= valueper_page?Per Page
Default
20Range
1 <= value <= 50Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/app/tickets"{
"page": 0,
"per_page": 0,
"tickets": [
{
"category": "string",
"created_at": "string",
"description_text": "string",
"id": "string",
"priority": "string",
"sla": [
{}
],
"status": "string",
"subject": "string",
"updated_at": "string"
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}