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
Name | Type | Description | Example | Default |
<``controllerId`` | required, string | Controller ID | myController | |
``taskId`` | required, integer | Task Id | 4711 | |
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: