GET /v0.1/apps/{owner_name}/{app_name}/errors/errorCountsPerDay
Summary: —
Operation ID: Errors_CountsPerDay
Auth: api_key
Operation ID: Errors_CountsPerDay
Auth: api_key
Description
Count of crashes or errors by day in the time range based the selected versions. If SingleErrorTypeParameter is not provided, defaults to handlederror.
Parameters (7)
app_build
(string, query, optional)
app build
app_name
(string, path, required)
The name of the application
end
(string, query, optional)
Last date time in data in ISO 8601 date time format
errorType
(string, query, optional)
Type of error (handled vs unhandled), excluding All
Constraints: {'enum': ['unhandledError', 'handledError']}
owner_name
(string, path, required)
The name of the owner
start
(string, query, required)
Start date time in data in ISO 8601 date time format
version
(string, query, optional)
No probe data for this endpoint yet.