v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Questionnaire

Answer one questionnaire question

Generate an answer for one security questionnaire item using the organization evidence library and return source references for review.

post/v1/questionnaire/answer-single

Request body

questionstring required

Security questionnaire question to answer.

questionIndexnumber required

Zero-based index of this question in the questionnaire or page batch.

totalQuestionsnumber required

Total number of questions in the current questionnaire or page batch.

organizationIdstring required

Organization ID for validation. The API uses the authenticated active organization and overwrites this value server-side.

questionnaireIdstring

Optional questionnaire record to save the generated answer into. Omit for webpage-only answer generation.

Example request

{
  "question": "Do you encrypt customer data at rest?",
  "totalQuestions": 12,
  "organizationId": "org_abc123",
  "questionnaireId": "qst_abc123"
}

Response

Generated single answer result

successboolean