GET
/
organizations
/
{organizationId}
/
metrics
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/metrics \
  --header 'x-api-key: <api-key>'
{
  "offset": 1,
  "total": 1,
  "count": 1,
  "items": [
    {
      "id": [
        "<any>"
      ],
      "finalized": [
        "<any>"
      ],
      "dateCreated": [
        "<any>"
      ],
      "dateUpdated": [
        "<any>"
      ],
      "period": 123,
      "project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "complianceRequests": {
        "created": 0,
        "stateCount": {},
        "stateChanged": {}
      },
      "consentEvents": {
        "created": 0,
        "read": 0
      },
      "sessions": {
        "created": 0,
        "unique": 0
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required

Query Parameters

endDate
integer
required
project
string[]
startDate
string
required

Response

200
application/json
Default Response
offset
number
required
Required range: x >= 0
total
number
required
Required range: x >= 0
count
number
required
Required range: x >= 0
items
object[]
required