PATCH
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
compliance-requests
/
{complianceRequestId}
curl --request PATCH \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/compliance-requests/{complianceRequestId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "status": "acknowledged",
  "notes": "<string>",
  "resolution": [
    "<any>"
  ],
  "dataSystemTasks": [
    {
      "dataSystem": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "completed": true
    }
  ]
}'
{
  "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

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required
complianceRequestId
string
required

Body

application/json
status
enum<string>
Available options:
acknowledged,
resolved
notes
string
resolution
dataSystemTasks
object[]

Response

200
application/json
Default Response
id
string
required
concordId
string
required
requestDate
integer
required
createdAt
updatedAt
downloadDate
integer
filePurgeDate
integer
files
object[]
acknowledgedDate
integer
captureUrl
string
dataSystemTasks
object[]
dateCreated
integer
dateUpdated
integer
domain
string
notes
string
Maximum length: 2048
organization
project
preverified
boolean
resolution
string
Maximum length: 2048
resolvedDate
string
request
enum<string>
Available options:
change,
delete,
view,
do_not_sell
requestDetails
string
session
object
status
enum<string>
Available options:
pending_verification,
submitted,
acknowledged,
resolved
user
object
verifiedDate
integer
verificationMethod
enum<string>
Available options:
email,
sms
verificationRequestId