JOC API

Version 2.0.0

Download RAML
JOC API
/daily_plan/history
POST

Gets daily plan history


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
filter optional Specifies the filter elements to filter the daily plan history. All filter elements will be combined with "and". The values in the controllerIds element will be combined with "or". If dateTo is not set then entries for dateFrom will be considered. The filter elements are
  • controllerId
  • controllerIds
  • dateFrom
  • dateTo
  • submitted
  • auditLogId
dateFrom optional, string The value has multiple formats:
  • an ISO 8601 date format: YYYY-MM-DD
  • a format for a period relative to the current date, e.g. 1d, 1w that specifies the quantity followed by a qualifier:
    • d (days)
    • w (weeks)
    • M (months)
    • y (years)
1d
dateTo optional, string The value has multiple formats similiar to the dateFrom parameter 1d
submitted optional, boolean If false, order that could not be submitted and submissions with warnings are returned. If true, orders that could be submitted are returned. If not specified all entries are returned. true empty
timeZone optional, string the timezone for dateFrom and dateTo Europe/Berlin