JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/history/submissions/orders
POST

Gets daily plan submission time orders 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
submissionTime required, string/timestamp Value is UTC timestamp in ISO 8601 YYYY-MM-DDThh:mm:ss.sZ 2021-11-16T11:32:43.000+0000
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