API ReferenceBoard
Dedicated operation for kanban board pdf export.
Dedicated operation for kanban board pdf export.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Board identifier
Query Parameters
onlyClosed?boolean
If set to true, this will return only tasks with status closed (archived tasks)
Default
falseResponse Body
curl -X GET "https://example.com/project/boards/string/get-kanban-tasks-export-pdf"{ "key": "string", "downloadUrl": "string"}