Errors by Hour API
This endpoint returns the Error count by 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 date 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.
sort
Sort String
Optional
By default the endpoint returns results sorted by date in descending order. You may adjust the sort field and sort direction. Supported fields are "date"
, "count"
and "usercount"
. Sort directions are specified by appending "|asc"
or "|desc"
. Default value is "date|desc"
if not specified.