curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/reports/counts \
  --header 'Authorization: Bearer <token>'
{
  "report_name": "counts",
  "report_data": {
    "counts": {
      "employees": 1000,
      "vacancies": 1000,
      "courses": 1000
    }
  },
  "last_update": "2020-09-01T11:45:49Z"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200
application/json
OK

The total number of entities for each type.

report_name
string
report_data
object

Dictionary with the total number of entities for each type.

last_update
string