Compliance requests
Get organization level compliance requests
Gets compliance requests for an organization.
x-api-key<token>
In: header
Path Parameters
organizationIdstring
Format
uuidQuery Parameters
projectIds?array<string>
concordId?string
Length
length <= 128complianceRequestId?string
Format
uuiddomain?string
Length
length <= 128endDate?string
Format
date-timegeography?string
Length
length <= 128ipAddress?string
Length
length <= 128limit?integer
Default
100Range
1 <= value <= 1000notes?string
Length
length <= 128order?string
offset?integer
Default
0Range
0 <= valuerequestDetails?string
Length
length <= 128resolution?string
Length
length <= 128request?|string
Value in
"change" | "delete" | "view" | "do_not_sell"resolutionStatus?string|
Value in
"completed" | "no_records_found" | "partially_completed" | "denied" | "withdrawn"status?|string
Value in
"pending_verification" | "submitted" | "acknowledged" | "resolved"sessionId?string
Length
length <= 128startDate?string
Format
date-timesort?string
text?string
Length
length <= 128userEmail?string
Length
length <= 128userAgent?string
Length
length <= 128Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.concord.tech/privacy-v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/compliance-requests"{
"offset": 0,
"count": 0,
"total": 0,
"items": [
{
"createdAt": [
null
],
"updatedAt": [
null
],
"downloadDate": 0,
"filePurgeDate": 0,
"files": [
{
"accountId": "string",
"apiKey": "string",
"date": 0,
"dateCreated": 0,
"details": "string",
"event": "string",
"fileName": "string",
"filePath": "string",
"fileSize": 10485760
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"acknowledgedDate": 0,
"captureUrl": "string",
"concordId": "760edce0-71d3-4d36-9815-0fe2c82918c4",
"dataSystemTasks": [
{
"dataSystem": "0b37fd1c-35c3-4149-a6d7-695d855bd6e1",
"completed": true
}
],
"dateCreated": 0,
"dateUpdated": 0,
"domain": "string",
"notes": "string",
"organization": "452c1a86-a0af-475b-b03f-724878b0f387",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"preverified": true,
"resolution": "string",
"resolutionStatus": "completed",
"resolvedDate": "2019-08-24T14:15:22Z",
"request": "change",
"requestDate": 0,
"requestDetails": "string",
"session": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"ipAddress": "192.168.0.1",
"domain": "localhost",
"geography": "string",
"userAgent": "string"
},
"status": "pending_verification",
"user": {
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string"
},
"verifiedDate": 0,
"verificationMethod": "email",
"verificationRequestId": [
null
]
}
]
}{
"statusCode": 404,
"error": "Not Found",
"message": "string"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Forbidden"
}{
"statusCode": 403,
"error": "Forbidden",
"message": "Forbidden"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Not Found"
}{
"statusCode": 422,
"error": "Unprocessable Entity",
"message": "string"
}{
"statusCode": 500,
"error": "Internal Server Error",
"message": "Internal Server Error"
}