Find questionnaire answers by vendor and questionnaire

Get questionnaire answers

Securitybearer
Request
path Parameters
vendorId
required
number
questionnaireId
required
number
Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

You must accept the Drata terms and conditions to use the API

500

Internal server error

get/questionnaires/{questionnaireId}/vendor/{vendorId}
Request samples
Response samples
application/json
{
  • "responses": [
    • {
      • "answers": [
        • {
          • "id": 1,
          • "question": "Is there a publicly available URL for your Privacy Policy?",
          • "answer": "Yes, you can get to this right here!",
          • "type": "string"
          }
        ]
      }
    ]
}