Developers

Export task PDF

GET
/project/tasks/{id}/export-pdf

Export task PDF

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Task identifier

Response Body

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