Playbook Test Document Uploads

Gets all test document uploads for the specified playbook.

get

Retrieves a paginated list of all test document uploads for the specified playbook, with optional search and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional

The page number for paginated results.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter 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}/test-document-uploads

Uploads a new test document upload to the specified playbook.

post

Creates and uploads a new test document upload for the specified playbook.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
playbookIdentifierstringRequired
Body
namestring · nullableRequired
isCompletedbooleanRequired
Responses
post
/playbooks/{playbookIdentifier}/test-document-uploads

Gets a specific test document upload by its object identifier.

get

Retrieves the details of a test document upload for the specified playbook using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the test document upload.

playbookIdentifierstringRequired
Responses
chevron-right
200

OK

get
/playbooks/{playbookIdentifier}/test-document-uploads/{objectIdentifier}

Updates an existing test document upload for the specified playbook.

patch

Updates the details of an existing test document upload for the specified playbook using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the test document upload to update.

playbookIdentifierstringRequired
Body
namestring · nullableRequired
isCompletedbooleanRequired
Responses
chevron-right
200

OK

patch
/playbooks/{playbookIdentifier}/test-document-uploads/{objectIdentifier}

Last updated