Prompt Answer Category Evidence
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 · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidenceAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
promptAnswerCategoryObjectIdentifierstring · uuidRequired
The object identifier of the prompt answer category.
projectIdentifierstringRequired
Body
quoteOnlybooleanOptional
textstring · nullableOptional
Responses
200
OK
400
Bad Request
403
Forbidden
post
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidenceAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the evidence entry.
projectIdentifierstringRequired
promptAnswerCategoryObjectIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}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
200
OK
400
Bad Request
403
Forbidden
404
Not Found
put
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the evidence entry to delete.
projectIdentifierstringRequired
promptAnswerCategoryObjectIdentifierstringRequired
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/projects/{projectIdentifier}/prompt-answer-categories/{promptAnswerCategoryObjectIdentifier}/evidence/{objectIdentifier}No content
Last updated
