This API provides services to search and read compliance information.
Data Compliance API (3)
Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response.
Number of resources to be returned on the page.
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening?startAfter=NjI4ZGNkZjAzYjlkMjY4NjhlNjQxNDRm&limit=200&defaultConfiguration=true' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "total": "67", "values": [ { … } ] }
Uniquely identifying ID of the workspace.
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"workspaceId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4",
"name": "Client configuration.",
"configuration": {
"matchingThreshold": "0.8",
"lists": [
{
"technicalKey": "INFO4C_SL_1"
}
]
}
}'Configuration created successfully
Uniquely identifies a configuration.
Indicates if the configuration is the default one.
Defines settings for compliance list screening.
Date of modification (ISO 8601-compliant).
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Client configuration.", "version": 1, "defaultConfiguration": true, "configuration": { "matchingThreshold": "0.8", "lists": [ … ] }, "createdAt": "2026-02-24T12:09:15Z", "modifiedAt": "2026-02-24T12:09:15Z", "createdBy": "76248934691294444" }
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/{configurationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4 \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successful operation
Uniquely identifies a configuration.
Indicates if the configuration is the default one.
Defines settings for compliance list screening.
Date of modification (ISO 8601-compliant).
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Client configuration.", "version": 1, "defaultConfiguration": true, "configuration": { "matchingThreshold": "0.8", "lists": [ … ] }, "createdAt": "2026-02-24T12:09:15Z", "modifiedAt": "2026-02-24T12:09:15Z", "createdBy": "76248934691294444" }
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/{configurationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4 \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "Client configuration.",
"defaultConfiguration": true,
"configuration": {
"matchingThreshold": "0.8",
"lists": [
{
"technicalKey": "INFO4C_SL_1"
}
]
}
}'Configuration updated successful
Uniquely identifies a configuration.
Indicates if the configuration is the default one.
Defines settings for compliance list screening.
Date of modification (ISO 8601-compliant).
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Client configuration.", "version": 1, "defaultConfiguration": true, "configuration": { "matchingThreshold": "0.8", "lists": [ … ] }, "createdAt": "2026-02-24T12:09:15Z", "modifiedAt": "2026-02-24T12:09:15Z", "createdBy": "76248934691294444" }
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/{configurationId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4 \
-H 'X-API-KEY: YOUR_API_KEY_HERE'{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Client configuration.", "version": 1, "defaultConfiguration": true, "configuration": { "matchingThreshold": "0.8", "lists": [ … ] }, "createdAt": "2026-02-24T12:09:15Z", "modifiedAt": "2026-02-24T12:09:15Z", "createdBy": "76248934691294444" }
- Productionhttps://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/{configurationId}/versions/{version}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreening/c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4/versions/1 \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successful operation.
Unique identifier of the compliance lists screening configuration version. Not to be confused with the configuration ID.
Uniquely identifies a configuration.
Defines settings for compliance list screening.
Date and time when the first version of the configuration was created (ISO 8601-compliant).
Date and time when this version of the configuration was created (ISO 8601-compliant).
User who created the first version of the configuration.
{ "id": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "name": "Configuration Name", "configurationId": "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4", "version": 1, "configuration": { "matchingThreshold": "0.8", "lists": [ … ] }, "createdAt": "2026-02-24T12:09:15Z", "modifiedAt": "2026-02-24T12:09:15Z", "createdBy": "69129435489347624", "modifiedBy": "76248934691294444" }