Flow Filters
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the flow filter.
playbookIdentifierstringRequired
flowIdentifierstringRequired
Query parameters
includeOptionsbooleanOptional
Whether to include filter options in the response.
Responses
200
OK
labelstring · nullableRequired
descriptionstring · nullableRequired
modelIdentifierstring · uuid · nullableOptional
questionstring · nullableOptional
parentObjectIdentifierstring · uuid · nullableOptional
promptDataTypeIdinteger · int32Required
dateAddedstring · date-timeOptional
objectIdentifierstring · uuidOptional
minimumValuenumber · double · nullableOptional
maximumValuenumber · double · nullableOptional
foundboolean · nullableOptional
hasChildrenboolean · nullableOptional
403
Forbidden
404
Not Found
get
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/filters/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the flow filter to update.
playbookIdentifierstringRequired
flowIdentifierstringRequired
Body
labelstring · nullableRequired
descriptionstring · nullableRequired
modelIdentifierstring · uuid · nullableOptional
questionstring · nullableOptional
parentObjectIdentifierstring · uuid · nullableOptional
promptDataTypeIdinteger · int32Required
Responses
200
OK
labelstring · nullableRequired
descriptionstring · nullableRequired
modelIdentifierstring · uuid · nullableOptional
questionstring · nullableOptional
parentObjectIdentifierstring · uuid · nullableOptional
promptDataTypeIdinteger · int32Required
dateAddedstring · date-timeOptional
objectIdentifierstring · uuidOptional
minimumValuenumber · double · nullableOptional
maximumValuenumber · double · nullableOptional
foundboolean · nullableOptional
hasChildrenboolean · nullableOptional
400
Bad Request
403
Forbidden
404
Not Found
put
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/filters/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
flowIdentifierstring · uuidRequired
The object identifier of the flow.
playbookIdentifierstringRequired
Query parameters
includeOptionsbooleanOptional
Whether to include filter options in the response.
flattenbooleanOptional
Whether to flatten the filter tree.
parentObjectIdentifierstring · uuidOptional
Optional parent object identifier.
pageNumberinteger · int32Optional
The page number for paginated results.
pageSizeinteger · int32Optional
The number of items per page.
searchTextstringOptional
Optional search text to filter results.
sortinginteger · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
labelstring · nullableRequired
descriptionstring · nullableRequired
modelIdentifierstring · uuid · nullableOptional
questionstring · nullableOptional
parentObjectIdentifierstring · uuid · nullableOptional
promptDataTypeIdinteger · int32Required
dateAddedstring · date-timeOptional
objectIdentifierstring · uuidOptional
minimumValuenumber · double · nullableOptional
maximumValuenumber · double · nullableOptional
foundboolean · nullableOptional
hasChildrenboolean · nullableOptional
403
Forbidden
get
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/filtersAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
playbookIdentifierstringRequired
flowIdentifierstringRequired
Query parameters
parentResourceObjectIdentifierstring · uuidOptional
The object identifier of the flow.
Body
labelstring · nullableRequired
descriptionstring · nullableRequired
modelIdentifierstring · uuid · nullableOptional
questionstring · nullableOptional
parentObjectIdentifierstring · uuid · nullableOptional
promptDataTypeIdinteger · int32Required
Responses
201
Created
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/filtersLast updated
