Developers

Dedicated operation for kanban board pdf export.

GET
/project/boards/{id}/get-kanban-tasks-export-pdf

Dedicated operation for kanban board pdf export.

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)

Defaultfalse

Response Body

curl -X GET "https://example.com/project/boards/string/get-kanban-tasks-export-pdf"
{  "key": "string",  "downloadUrl": "string"}