JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/history/submissions
POST

Gets daily plan date submission times history


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
date required, string/date The value has to have the format YYYY-MM-DD
The day of the daily plan. Depends on the settings for daily plan timezone and daily plan period.
2020-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
limit optional, integer Limits the number of resulting items, -1=unlimited 5000 5000