...
Response | Notes |
---|---|
{ "blob": { | Get a task.
|
GET /tasks/{key}/xlsx
Response | Notes |
---|---|
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Disposition: attachment; filename="MyFileName.xlsx" | Get the content of an XLSX file generated by a task.
|
GET /tasks/{key}/pdf
Response | Notes |
---|---|
Content-Type: application/pdf | Get the content of a PDF file generated by a task.
|
...