Skip to main content
GET
/
api
/
orgs
/
{id}
/
issues
/
{issueId}
/
initiatives
List initiatives linked to an issue
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/issues/{issueId}/initiatives \
  --header 'Authorization: Bearer <token>'
{
  "initiatives": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

issueId
string
required

issueId identifier

Response

Successful response

initiatives
object[]