curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/compliance-requests-events \
--header 'x-api-key: <api-key>'{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"complianceRequestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "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"
}
]
}Gets the compliance request events for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/compliance-requests-events \
--header 'x-api-key: <api-key>'{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"complianceRequestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "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"
}
]
}1 <= x <= 1000x >= 0Default Response
Show child attributes