Page Views by Hour
TrackJS records the number of times the Agent loads on your site as Page Views. This endpoint returns the Error count by hour, sorted by date descending.
This endpoint returns the page view counts per hour, sorted by date descending.
URI
The following querystring parameters are accepted:
application
String
Optional
Filter the results to only the Application key provided.
endDate
ISO 8601 String
Optional
Filter the results to only return errors before this date and time. Time precision is within 1 second.
startDate
ISO 8601 String
Optional
Filter the results to only return errors after this datee and time. Time precision is within 1 second.
page
Number
Optional
The page of data you want returned. By default, the first page of data is returned. See Paging.
size
Number 1-1000
Optional
The size of the page of data you want returned. See Paging.