cURL
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.
Documentation IndexFetch the complete documentation index at: https://developers.concord.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.concord.tech/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 1000
x >= 0
Default Response
Show child attributes