GET
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
consent-events
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/consent-events \
  --header 'x-api-key: <api-key>'
{
  "offset": 123,
  "count": 123,
  "total": 123,
  "items": [
    {
      "createdAt": [
        "<any>"
      ],
      "updatedAt": [
        "<any>"
      ],
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "consentAction": "implied",
      "consentDate": "2023-11-07T05:31:56Z",
      "consentState": "implied",
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateUpdated": "2023-11-07T05:31:56Z",
      "consentType": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "expirationDate": "2023-11-07T05:31:56Z",
      "organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "session": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "ipAddress": "127.0.0.1",
        "domain": "localhost",
        "geography": "<string>",
        "userAgent": "<string>"
      },
      "submitter": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "category": "disclosure",
      "subcategory": [
        "<any>"
      ],
      "label": "<string>",
      "version": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required

Query Parameters

startDate
string
endDate
string
category
Available options:
disclosure,
communication,
privacy_setting,
custom
subcategory
label
Available options:
implied,
viewed,
accepted,
declined
submitter
string
Maximum length: 64
domain
Available options:
localhost,
127.0.0.1,
::1
sessionId
string
Maximum length: 64
geography
string
Maximum length: 64
concordId
string
Maximum length: 64
sort
string
order
string
offset
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

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