latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Navigation Statistics

Find most viewed assets.

Returns the most viewed assets by all users, with navigation-related info.

get/navigation/most_viewed

Query parameters

offsetinteger

The first result to retrieve. If not set (offset = <code>0</code>), results will be retrieved starting from row <code>0</code>.

limitinteger

The maximum number of results to retrieve. If not set (limit = <code>0</code>), the default limit will be used. The maximum allowed limit is 1000.

countLimitinteger

Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped

periodinteger

The time span for which most viewed assets should be found. This time span must be expressed in milliseconds.<br/>For instance, to get most viewed assets for last 24 hours, period would be <code>86400000</code>.<br/>If it's unset (period = 0) looks for all time most viewed assets.

isGuestExcludedboolean

Whether guest visits should be excluded from result.

Response

Paged response with found navigation statistics ordered by number of views descending. By default, the result contains up to 1000 navigation statistics.

totalinteger

The total number of results.

offsetinteger

The offset for the results.

limitinteger

The maximum number of results to be returned.