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

x-session
string
header
required

Path Parameters

projectId
string
required

Response

200
application/json
Default Response
offset
integer
required
count
integer
required
total
integer
required
items
object[]