Evaluate a pre-con block field
Use this API to evaluate a pre-con block field expression on a node
| Path Parameters |
|---|
flowId string — REQUIRED |
itemId string — REQUIRED |
| Request Body — REQUIRED |
|---|
fieldId stringRequired. The id of the pre-con field to evaluate. |
kind stringPossible values: [ Required. Which pre-con evaluation to run. |
operationType stringPossible values: [ Required when kind is FILE_FOLDER_OPS; the file/folder operation to evaluate. |
context objectOptional variable context for the evaluation, as varName -> value. |
subFieldConfigItemId stringOptional (kind=SEARCH). The sub-field config item id within the searchable field. |
parentFieldId stringOptional (kind=DYNAMIC_FIELD_SEARCH). The id of the cascading parent field. |
selectedValue objectOptional (kind=DYNAMIC_FIELD_SEARCH). The selected value of the parent field, used as cascading input. |
| Responses | ||
|---|---|---|
200OK
|