Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get all mapped requirements from a control id.

Basic Parameters

ParameterDescription
Control IDThe unique identifier of the control for which to retrieve mapped requirements.
Exclude IDExclude notes by requirement id.
Framework SlugFilter data by controls associated with these framework slugs. This parameter is intended to be used only for custom frameworks.
Framework TagFilter data by controls associated with these framework tags.

Advanced Parameters

ParameterDescription
LimitHow many items are your requesting.
Next PageThe next page Uri.
PageWhich page of data are you requesting.

Example Output

{
	"data": [],
	"limit": 10,
	"nextPage": "d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0=",
	"page": 1,
	"total": 100
}

Workflow Library Example

Get Mapped Requirements with Drata and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop