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
Default: 1

Which page of data are you requesting

Example: page=1
limit
number <= 50
Default: 20

How many items are your requesting

Example: limit=10
nextPage
string

The next page Uri

Example: nextPage=d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0=
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": [ ],
  • "page": 1,
  • "limit": 10,
  • "total": 100,
  • "nextPage": "d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0="
}