Get questionnaire answers
🔒 Requires Questionnaires: List Questionnaire Answers by Vendor permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "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"
}
]
}
]
}Get questionnaires sent by vendor id
🔒 Requires Questionnaires: List Questionnaire Answers by Vendor permission.
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
Internal server error
{- "questionnairesVendors": [
- {
- "id": 1,
- "title": "string"
}
]
}