JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/submissions
POST

Gets daily plan submissions


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
filter required Specifies the elements to filter the submissions that should be considered. All filter elements will be combined with "and". The filter elements are
  • dateFrom
  • dateTo
dateFrom optional, string This date sets the start of interval to look up submissions. The value has to have the format YYYY-MM-DD 2017-01-01 today
dateTo required, string This date specifies the end of interval that it used look up submissions. The value has to have the format YYYY-MM-DD 2017-12-31