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

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

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

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"
          }
        ]
      }
    ]
}