POST
/
api
/
issues
/
v1
/
by-id
BatchGetIssues
curl --request POST \
  --url https://developer.synq.io/api/issues/v1/by-id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "issueIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{
  "issues": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
issueIds
string<uuid>[]

IDs of the issues to get.

Response

200 - application/json

Success

issues
object

Issues.