Schema for the Continuous Compliance Engine API
Masking API (5.1.42)
Download OpenAPI description
Languages
Servers
Mock server
https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0
https://help-api.delphix.com/masking/api/v5.1.42
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types
- https://help-api.delphix.com/masking/api/v5.1.42/record-types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types?file_format_id=0&page_number=1&page_size=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "_pageInfo": { "numberOnPage": 0, "total": 0 }, "responseList": [ { … } ] }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types
- https://help-api.delphix.com/masking/api/v5.1.42/record-types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types?file_reference_id=string' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"recordTypeId": "3",
"recordTypeName": "Record1",
"fileFormatId": "1"
}'Response
application/json
{ "recordTypeId": "3", "recordTypeName": "Record1", "fileFormatId": "1" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}
- https://help-api.delphix.com/masking/api/v5.1.42/record-types/{recordTypeId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "recordTypeId": "3", "recordTypeName": "Record1", "fileFormatId": "1" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}
- https://help-api.delphix.com/masking/api/v5.1.42/record-types/{recordTypeId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"recordTypeId": "3",
"recordTypeName": "Record1",
"fileFormatId": "1"
}'Response
application/json
{ "recordTypeId": "3", "recordTypeName": "Record1", "fileFormatId": "1" }
- Mock serverhttps://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}
- https://help-api.delphix.com/masking/api/v5.1.42/record-types/{recordTypeId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://help-api.delphix.com/_mock/continuous-compliance-engine/2025.2.0.0/cc-engine-apis-2025.2.0.0/record-types/{recordTypeId}' \
-H 'Authorization: YOUR_API_KEY_HERE'