Find control external evidence by control id

Get all mapped external evidence to a control

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=
excludeIds
Array of numbers

Exclude external evidence by array of id

Example:
Responses
200

Public Api

400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

404

Record Not Found

500

Internal server error

default

Response Code: 412

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

get/public/controls/{id}/external-evidence
Request samples
Response samples
application/json
{
  • "data": [ ],
  • "page": 1,
  • "limit": 10,
  • "total": 100,
  • "nextPage": "d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0="
}