Skip to main content
POST
Get consents items by query

Authorizations

Authorization
string
header
required

Headers

Accept-Language
string
default:en

Language code for localized content

Body

application/json

Query parameters including consent IDs, keys, and filters

Contract for querying consents by parameters

take
integer<int32>
required

Gets or sets value for how many records return (per page).

Required range: 1 <= x <= 1000
skip
integer<int32> | null

Gets or sets value for how many records skip.

Required range: 0 <= x <= 2147483647

Consent identifiers

Consent keys

isActive
boolean | null

Filter by active status (true for active, false for inactive, null for all)

isPublished
boolean | null

Filter by published status (true for published, false for unpublished, null for all)

Response

ConsentApi.Dto.Common.ConsentBulkDto object

consents
object[] | null

Array of consent items

Last modified on August 10, 2026