Compliance requests

Get compliance request by ID

Get a compliance request by id.

GET
/{projectId}/compliance-requests/{complianceRequestId}
x-session<token>

In: header

Path Parameters

complianceRequestIdstring
Formatuuid
projectIdstring
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.concord.tech/site-v1/497f6eca-6276-4993-bfeb-53cbbbba6f08/compliance-requests/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "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"
}