cURL
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" }
Retrieve the total number of all entities in the system.
The access token received from the authorization server in the OAuth 2.0 flow.
OK
The total number of entities for each type.
"counts"
Dictionary with the total number of entities for each type.
Show child attributes
"2020-09-01T11:45:49Z"
Was this page helpful?