List Control Sets

Returns a paginated list of control sets for the client tenant.
Each row includes id, name, code, creating user, and created timestamp only.

Supports filtering by id, name, and code using filter[id], filter[name], and filter[code] query parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the client

Query Params
integer
1 to 200
Defaults to 50
string
^[A-Za-z0-9+/=]*$
string
^(eq|gt|gte|in|lt|lte):.+$

Filter by control set id.

Supported operators: eq, ne, gt, gte, lt, lte, in

Examples:

  • filter[id]=1
  • filter[id]=eq:1
  • filter[id]=in:1,2,3
string
^(cont|eq|in):.+$

Filter by control set name.

Supported operators: eq, ne, in, cont, like

Examples:

  • filter[name]=Controlmap Baseline Controls
  • filter[name]=eq:Controlmap Baseline Controls
  • filter[name]=cont:Baseline
string
^(cont|eq|in):.+$

Filter by control set code.

Supported operators: eq, ne, in, cont, like

Examples:

  • filter[code]=CBC
  • filter[code]=eq:CBC
  • filter[code]=in:CBC,SOC2
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json