Analytics

Index Analytics

get/v1/analytics

Query parameters

start_datestring

Only return Credential analytic events recoreded after the given start date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)

end_datestring

Only return Credential analytic events recoreded before the given end date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)

group_idinteger

Only return Credential analytic events relating to Credentials within the given Group.

department_idinteger

Only return Credential analytic events relating to Credentials within the given Department.

page_sizenumber

The pagination response size, default of 100.

pagenumber

The pagination page.

Response

OK

Changes

Changed in 1 of the 30 revisions of this API.11

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added