JOC API

Version 2.8.0

Download RAML
JOC API
/plans
POST

Gets plans


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
planSchemaIds optional, array[string] Filtered plans with schema id such as
  • Global
  • DailyPlan
noticeSpaceKeys optional, array[string] This parameter is ignored for the ‘Global’ schema because it doesn't have a plan key.
Plan keys of the 'DailyPlan' schema have the format YYYY-MM-DD.
Each string of the array can be a glob pattern of that supports '*' and '?' as wildcards where
  • * : match zero or more characters
  • ? : match any single character
["2025-02-*"]
noticeBoardPaths optional, array[string] Limits results by a collection of notice boards specified by its path or name. ["/path/to/myBoard"]
onlyOpenPlans optional, boolean Limits results to open plans false
onlyClosedPlans optional, boolean Limits results to closed plans false
includeOrders optional, boolean if true then the response includes the orders false
compact optional, boolean A compact response is returned if this parameter is 'true' false
limit optional, integer Limits the number of resulting items, -1=unlimited 5000 10000