curl --request GET \
--url https://api.kadoa.com/v4/support/states \
--header 'x-api-key: <api-key>'{
"states": [
{
"id": "2d70fae6-0805-47f5-9f6f-49f2edb9c1be",
"name": "Triage",
"position": 0,
"type": "triage"
},
{
"id": "2b23aac3-4b57-46de-a551-cf823758a6de",
"name": "In Review",
"position": 1002,
"type": "started"
},
{
"id": "dec8f12f-33d6-4e4b-bd9e-431caba0d0b5",
"name": "Todo",
"position": 1,
"type": "unstarted"
},
{
"id": "d5171eb1-0479-45fd-acf4-502a6874eb89",
"name": "In Progress",
"position": 2,
"type": "started"
},
{
"id": "ba3f8aed-c34e-44fb-83f8-86142df48a12",
"name": "Duplicate",
"position": 5,
"type": "canceled"
},
{
"id": "a0a782d4-1295-4c11-9ac4-e1462d8c6c58",
"name": "Done",
"position": 3,
"type": "completed"
},
{
"id": "5eee6b17-12a5-44ed-b17e-daf16686a5ee",
"name": "Backlog",
"position": 0,
"type": "backlog"
},
{
"id": "0fd73e82-b7c0-4f21-b65f-3dd0871f7a11",
"name": "Canceled",
"position": 4,
"type": "canceled"
}
]
}Retrieve the available states for support issues
curl --request GET \
--url https://api.kadoa.com/v4/support/states \
--header 'x-api-key: <api-key>'{
"states": [
{
"id": "2d70fae6-0805-47f5-9f6f-49f2edb9c1be",
"name": "Triage",
"position": 0,
"type": "triage"
},
{
"id": "2b23aac3-4b57-46de-a551-cf823758a6de",
"name": "In Review",
"position": 1002,
"type": "started"
},
{
"id": "dec8f12f-33d6-4e4b-bd9e-431caba0d0b5",
"name": "Todo",
"position": 1,
"type": "unstarted"
},
{
"id": "d5171eb1-0479-45fd-acf4-502a6874eb89",
"name": "In Progress",
"position": 2,
"type": "started"
},
{
"id": "ba3f8aed-c34e-44fb-83f8-86142df48a12",
"name": "Duplicate",
"position": 5,
"type": "canceled"
},
{
"id": "a0a782d4-1295-4c11-9ac4-e1462d8c6c58",
"name": "Done",
"position": 3,
"type": "completed"
},
{
"id": "5eee6b17-12a5-44ed-b17e-daf16686a5ee",
"name": "Backlog",
"position": 0,
"type": "backlog"
},
{
"id": "0fd73e82-b7c0-4f21-b65f-3dd0871f7a11",
"name": "Canceled",
"position": 4,
"type": "canceled"
}
]
}