GET
/
organizations
/
{organizationId}
/
compliance-requests-events
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/compliance-requests-events \
  --header 'x-api-key: <api-key>'
{
  "offset": 123,
  "count": 123,
  "total": 123,
  "items": [
    {
      "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "complianceRequestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "details": {
        "downloadedFilesCount": 123,
        "uploadedFilesCount": 123,
        "requestDownloadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "fileName": "<string>"
      },
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateUpdated": "2023-11-07T05:31:56Z",
      "event": "<string>",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required

Query Parameters

accountId
string
complianceRequestId
string
complianceRequestEventId
string
endDate
string
limit
integer
default:100
Required range: 1 <= x <= 1000
order
string
offset
integer
default:0
Required range: x >= 0
startDate
string
sort
string

Response

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