v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Get Recent Page Views

Gets the most-recent Page View Analytics records. Defaults to the top 100 records; this can be modified via the ?max parameter.

get/analytics/pageviews/recent

Query parameters

dashboardstring

Optional Dashboard ID; filters page views to the specified Dashboard.

maxinteger

Optionally limits the results to the top N. A value of 0 returns all results.

Response

An array of Page View Analytics records.

datestring date-time

The date this record was logged.

dashboardstring

The ID of the Dashboard being viewed.

pagestring

The current page index (0-indexed).

revstring

The current revision of the Dashboard.

visitIdstring

The current Visit ID: a unique value generated when a Dashboard is opened.

userstring

The ID of a logged-in User. Either this or 'uid' is required.

uidstring

The unique ID for a non-logged-in User. Either this or 'user' is required.

browserobject

An object containing browser information.

ipstring

The IP of the computer logging this record