Compliance Requests
Get organization level compliance requests
Compliance Requests
- GETGet organization level compliance requests
- GETGet organization level compliance requests events
- GETGet project level compliance requests
- POSTCreate compliance request(s)
- PATCHUpdate compliance request
- DELDelete a compliance request file
- POSTUpload a compliance request file
- GETGet project level compliance requests events
Consent Events
Data Systems
- DELDelete data system contact
- PATCHUpdate data system contact
- GETGet data system contacts
- POSTCreate data system contact
- DELDelete data system destination
- PATCHUpdate data system destination
- GETGet data system destinations
- POSTCreate data system destination
- DELDelete data system origin
- PATCHUpdate data system origin
- GETGet data system origins
- POSTCreate data system origin
- DELDelete data system processing activity
- PATCHUpdate data system processing activity
- GETGet data system processing activities
- POSTCreate data system processing activity
- DELDelete data system processing purpose
- PATCHUpdate data system processing purpose
- GETGet data system processing purposes
- POSTCreate data system processing purpose
- DELDelete data system relationship
- PATCHUpdate data system relationship
- GETGet data system relationships
- POSTCreate data system relationship
- DELDelete data system security measure
- PATCHUpdate data system security measure
- GETGet data system security measures
- POSTCreate data system security measure
- DELDelete data system
- PATCHUpdate data system
- GETGet data systems
- POSTCreate data system
- DELDelete data system data category
- PATCHUpdate data system data category
- GETGet data system data categories
- POSTCreate data system data category
Organizations
Emails
Languages
Metrics
Consent Types
Compliance Requests
Get organization level compliance requests
Gets compliance requests for an organization.
GET
/
organizations
/
{organizationId}
/
compliance-requests
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/compliance-requests \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"downloadDate": 123,
"filePurgeDate": 123,
"files": [
{
"accountId": "<string>",
"apiKey": "<string>",
"date": 123,
"dateCreated": 123,
"details": "<string>",
"event": "<string>",
"fileName": "<string>",
"filePath": "<string>",
"fileSize": 123
}
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"acknowledgedDate": 123,
"captureUrl": "<string>",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataSystemTasks": [
{
"dataSystem": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"completed": true
}
],
"dateCreated": 123,
"dateUpdated": 123,
"domain": "<string>",
"notes": "<string>",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"preverified": true,
"resolution": "<string>",
"resolvedDate": "2023-11-07T05:31:56Z",
"request": "change",
"requestDate": 123,
"requestDetails": "<string>",
"session": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ipAddress": "127.0.0.1",
"domain": "localhost",
"geography": "<string>",
"userAgent": "<string>"
},
"status": "pending_verification",
"user": {
"email": "jsmith@example.com",
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>"
},
"verifiedDate": 123,
"verificationMethod": "email",
"verificationRequestId": [
"<any>"
]
}
]
}
Authorizations
Path Parameters
Query Parameters
Maximum length:
128
Maximum length:
128
Maximum length:
128
Maximum length:
128
Required range:
1 <= x <= 1000
Maximum length:
128
Required range:
x >= 0
Maximum length:
128
Maximum length:
128
Available options:
change
, delete
, view
, do_not_sell
Available options:
pending_verification
, submitted
, acknowledged
, resolved
Maximum length:
128
Maximum length:
128
Maximum length:
128
Maximum length:
128
Response
200
application/json
Default Response
Maximum length:
255
Required range:
x <= 10485760
Maximum length:
2048
Maximum length:
2048
Available options:
change
, delete
, view
, do_not_sell
Available options:
pending_verification
, submitted
, acknowledged
, resolved
Available options:
email
, sms
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/compliance-requests \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"downloadDate": 123,
"filePurgeDate": 123,
"files": [
{
"accountId": "<string>",
"apiKey": "<string>",
"date": 123,
"dateCreated": 123,
"details": "<string>",
"event": "<string>",
"fileName": "<string>",
"filePath": "<string>",
"fileSize": 123
}
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"acknowledgedDate": 123,
"captureUrl": "<string>",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataSystemTasks": [
{
"dataSystem": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"completed": true
}
],
"dateCreated": 123,
"dateUpdated": 123,
"domain": "<string>",
"notes": "<string>",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"preverified": true,
"resolution": "<string>",
"resolvedDate": "2023-11-07T05:31:56Z",
"request": "change",
"requestDate": 123,
"requestDetails": "<string>",
"session": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ipAddress": "127.0.0.1",
"domain": "localhost",
"geography": "<string>",
"userAgent": "<string>"
},
"status": "pending_verification",
"user": {
"email": "jsmith@example.com",
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>"
},
"verifiedDate": 123,
"verificationMethod": "email",
"verificationRequestId": [
"<any>"
]
}
]
}