JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/history
POST

Gets daily plan dates history


Parameters in the POST body schema

Name Type Description Example Default
controllerId optional, string Controller ID myController
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
limit optional, integer Limits the number of resulting items, -1=unlimited 5000 5000