πŸ”΅[GET] Status

Fetch all tickets based on the current status.

Base URL:

{YOUR-DOMAIN}/upload/ost_wbs/

[ Header ] Authentication

Field
Type
Mandatory

apikey

string

βœ”οΈ

[ Body ] parameters

Option
Type
Mandatory

query

string

βœ”οΈ

condition

string

βœ”οΈ

sort

string

βœ”οΈ

status

int

βœ”οΈ

Body request example:

{
"query":"ticket",
"condition":"all",
"sort": "status",
"parameters":{
    "status":1
    }
}

Available Ticket Status

Option
Name

0

All not necessarily a "state" but returns all tickets in the DB regardless of state

1

Open

2

Resolved

3

Closed

4

Archived

5

Deleted

6

On Going

7

Pending

Status Code

Last updated