Find vendor questionnaires by vendor id, page and limit

List vendor questionnaires by vendor id

Securitybearer
Request
path Parameters
id
required
number
query Parameters
page
number >= 1
Default: 1

Which page of data are you requesting

limit
number [ 1 .. 50 ]
Default: 20

How many items are you requesting

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/public/vendors/{id}/questionnaires
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": 1,
      • "completedBy": "Acme",
      • "recipientEmail": "[email protected]",
      • "isCompleted": "true",
      • "dateSent": "2020-07-06 12:00:00.000000",
      • "isManualUpload": "true",
      • "responseId": 1,
      • "title": "Vendor Questionnaire"
      }
    ],
  • "page": 1,
  • "limit": 10,
  • "total": 100
}