Compliance Requests
Get compliance requests
Compliance Requests
Consent State
Consent Types
Trackers
Health Check
Session
Site Client
Compliance Requests
Get compliance requests
Get compliance requests for the current user.
GET
/
{projectId}
/
compliance-requests
curl --request GET \
--url https://api.concord.tech/site-v1/{projectId}/compliance-requests \
--header 'x-session: <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
Response
200
application/json
Default Response
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/site-v1/{projectId}/compliance-requests \
--header 'x-session: <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>"
]
}
]
}