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

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

initiativeId
string
required

initiativeId identifier

Query Parameters

details
enum<string>

When set to 1 or true, return task detail rows instead of initiative_issues link rows.

Available options:
1,
true

Response

Successful response

The response is of type object.