Count

GET /api/user-event/count

Headers

  • Specify effective organization_id for Admin and Group Organization Admins. This is a global header for all endpoints only taken into consideration when it makes sense (it won't be used in Auth, for example)

Query parameters

Responses

GET /api/user-event/count
curl \
 -X GET https://api-dev.gatego.io:443/api/user-event/count?category=MICROBLINK&name=string&timestamp_start=2023-05-04T09%3A42%3A00%2B00%3A00&timestamp_end=2023-05-04T09%3A42%3A00%2B00%3A00 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "category": "MICROBLINK",
  "count": 42,
  "name": "string"
}