π΅[GET] By Ticket
Fetch all tasks from a ticket
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
βοΈ
ticket_id
int
βοΈ
Body request example:
{
"query":"tasks",
"condition":"all",
"sort": "byTicket",
"parameters":{
"ticket_id": 23
}
}Status Code
Last updated