Playbook Prompt Conditions

Gets all prompt conditions for the specified playbook prompt.

get

Retrieves a paginated list of all prompt conditions for the specified playbook prompt, with optional search and sorting.

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 · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
chevron-right
200

OK

get
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions

Creates a new prompt condition for the specified playbook prompt.

post

Creates a new prompt condition for the specified playbook prompt.

Authorizations
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
post
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions

Gets a specific prompt condition by its object identifier.

get

Retrieves the details of a prompt condition for the specified playbook prompt using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the prompt condition.

playbookIdentifierstringRequired
promptObjectIdentifierstringRequired
Responses
chevron-right
200

OK

get
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions/{objectIdentifier}

Deletes a prompt condition from the specified playbook prompt.

delete

Deletes a prompt condition from the specified playbook prompt using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the prompt condition to delete.

playbookIdentifierstringRequired
promptObjectIdentifierstringRequired
Responses
delete
/playbooks/{playbookIdentifier}/prompts/{promptObjectIdentifier}/conditions/{objectIdentifier}

No content

Last updated