/plans/ids
POST
Gets plan Ids
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
|
||
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
|
["2025-02-*"] | |
onlyOpenPlans |
optional, boolean | Limits results to open plans | false | |
onlyClosedPlans |
optional, boolean | Limits results to closed plans | false |
Request