Skip to main content
POST
/
history
/
commands
/
print-csv
cURL
curl --request POST \
  --url https://api.example.com/history/commands/print-csv \
  --header 'Content-Type: application/json' \
  --data '
{
  "systems": [
    "<string>"
  ],
  "events": [
    "<string>"
  ],
  "after": "2023-11-07T05:31:56Z",
  "before": "2023-11-07T05:31:56Z"
}
'
{
  "printId": "<string>"
}

Body

application/json
systems
string[] | null
events
string[] | null
after
string<date-time> | null
before
string<date-time> | null

Response

200 - application/json

Successfully ordered the print

printId
string
required