Playbook Prompt Conditions
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
promptObjectIdentifierstring · uuidRequired
The object identifier of the parent playbook prompt.
playbookIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional
The page number for paginated results.
pageSizeinteger · int32Optional
The number of items per page.
searchTextstringOptional
Optional search text to prompt results.
sortinginteger · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditionsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
promptObjectIdentifierstring · uuidRequired
The object identifier of the parent playbook prompt.
playbookIdentifierstringRequired
Body
fuzzyMatchboolean · nullableOptional
isYesboolean · nullableOptional
minimumDecimalAnswernumber · double · nullableOptional
maximumDecimalAnswernumber · double · nullableOptional
decimalOperatorstring · enumOptionalPossible values:
decimalAnswernumber · double · nullableOptional
textAnswerstring · nullableOptional
promptPredicateObjectIdentifierstring · uuidRequired
allCategoriesMatchboolean · nullableOptional
Responses
201
Created
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditionsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the prompt condition.
playbookIdentifierstringRequired
promptObjectIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The object identifier of the prompt condition to delete.
playbookIdentifierstringRequired
promptObjectIdentifierstringRequired
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions/{objectIdentifier}No content
Last updated
