type: error get: is: [accessToken, jobschedulerController] queryParameters: taskId: required: true type: integer description: Task Id example: 4711 description: |

<>

responses: 200: description: Content of task log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.task.log body: text/plain: post: description: |

<>

___

Parameters in the POST body schema

<
NameTypeDescriptionExampleDefault
``controllerId``required, stringController IDmyController
``taskId``required, integerTask Id4711
body: application/json: schema: taskFilter example: | { "controllerId": "myController", "taskId": 4711 } responses: 200: description: Content of task log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.task.log Content-Type: type: string required: true default: text/plain body: text/plain: