GET
/
api
/
triage
/
v1
/
states
curl --request GET \
  --url https://developer.synq.io/api/triage/v1/states \
  --header 'Authorization: Bearer <token>'
{
  "states": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

issueIds
string[]

List of issue IDs for which triage status should be returned.

Response

200
application/json

OK

The response is of type object.