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"
}
]
}
Gets compliance request events for an organization.
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"
}
]
}
1 <= x <= 1000
x >= 0
Default Response
The response is of type object
.