Prompt Answer Category Evidence

Retrieves a paginated list of evidence entries for the specified prompt answer category.

get

Retrieves a paginated list of evidence entries for the specified prompt answer category, optionally filtered and sorted.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
promptAnswerCategoryObjectIdentifierstring · uuidRequired

The object identifier of the prompt answer category.

projectIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional

The page number to retrieve.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to prompt evidence entries.

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
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence

Creates a new evidence entry for the specified prompt answer category.

post

Creates a new evidence entry for the specified prompt answer category.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
promptAnswerCategoryObjectIdentifierstring · uuidRequired

The object identifier of the prompt answer category.

projectIdentifierstringRequired
Body
quoteOnlybooleanOptional
textstring · nullableOptional
Responses
chevron-right
200

OK

post
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence

Retrieves an evidence entry by its object identifier.

get

Retrieves an evidence entry by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the evidence entry.

projectIdentifierstringRequired
promptAnswerCategoryObjectIdentifierstringRequired
Responses
chevron-right
200

OK

get
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}

Updates an evidence entry by its object identifier.

put

Updates an evidence entry by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the evidence entry to update.

projectIdentifierstringRequired
promptAnswerCategoryObjectIdentifierstringRequired
Body
quoteOnlybooleanOptional
textstring · nullableOptional
Responses
chevron-right
200

OK

put
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}

Deletes an evidence entry by its object identifier.

delete

Deletes an evidence entry by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the evidence entry to delete.

projectIdentifierstringRequired
promptAnswerCategoryObjectIdentifierstringRequired
Responses
delete
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}

No content

Last updated