Find all questionnaires sent to a vendor

Get questionnaires sent by vendor id

Securitybearer
Request
path Parameters
vendorId
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/vendor/{vendorId}/sent
Request samples
Response samples
application/json
{
  • "questionnairesVendors": [
    • {
      • "id": 1,
      • "title": "string"
      }
    ]
}