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

NameTypeDescriptionExampleDefault
``controllerId``required, stringController IDmyController
``historyId``required; integerThe history id of an order4711
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: