type: error
get:
is: [accessToken, jobschedulerController]
queryParameters:
historyId:
required: true
type: integer
description: The history id of an order
example: 4711
description: |
<>
responses:
200:
description: Content of order log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=xxx.order.log
Content-Type:
type: string
required: true
default: application/octet-stream
body:
application/octet-stream:
text/plain:
post:
description: |
<>
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``controllerId`` | required, string | Controller ID | myController | |
``historyId`` | required; integer | The history id of an order | 4711 | |
body:
application/json:
schema: orderHistoryFilter
example: |
{
"controllerId":"myController",
"historyId": 4711,
"jobChain": "/test/foo/bar1",
"orderId": "order1"
}
responses:
200:
description: Content of order log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=xxx.order.log
Content-Type:
type: string
required: true
default: text/plain
body:
text/plain: