/workflows/boards/snapshot
POST
Gets volatile information about notice-board-specific dependencies between workflows
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 | |
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 |
Request