JOC API

Version 2.0.1

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 This date sets the start of interval to look up daily plan history entries. The value has to have the format YYYY-MM-DD 2017-01-01 today
dateTo optional, string This date specifies the end of interval that it used look up daily plan history entries. The value has to have the format YYYY-MM-DD
if empty daily plan history entries for the dayFrom value will be considered.
2017-12-31
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