Compliance requests

Get project level compliance requests

Gets the compliance requests for a project.

GET
/organizations/{organizationId}/projects/{projectId}/compliance-requests
x-api-key<token>

In: header

Path Parameters

organizationIdstring
Formatuuid
projectIdstring
Formatuuid

Query Parameters

concordId?string
Lengthlength <= 128
complianceRequestId?string
Formatuuid
domain?string
Lengthlength <= 128
endDate?string
Formatdate-time
geography?string
Lengthlength <= 128
ipAddress?string
Lengthlength <= 128
limit?integer
Default100
Range1 <= value <= 1000
notes?string
Lengthlength <= 128
order?string
offset?integer
Default0
Range0 <= value
requestDetails?string
Lengthlength <= 128
resolution?string
Lengthlength <= 128
resolutionStatus?string|
Value in"completed" | "no_records_found" | "partially_completed" | "denied" | "withdrawn"
request?|string
Value in"change" | "delete" | "view" | "do_not_sell"
status?|string
Value in"pending_verification" | "submitted" | "acknowledged" | "resolved"
sessionId?string
Lengthlength <= 128
startDate?string
Formatdate-time
sort?string
text?string
Lengthlength <= 128
userEmail?string
Lengthlength <= 128
userAgent?string
Lengthlength <= 128

Response 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/projects/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"
}