GET /v0.1/apps/{owner_name}/{app_name}/errors/errorGroups

appcenter.ms

Summary:
Operation ID: Errors_GroupList
Auth: api_key
Description

List of error groups

Parameters (10)

$orderby (string, query, optional, default: count desc)

controls the sorting order and sorting based on which column

$top (integer, query, optional, default: 30)

The maximum number of results to return. (0 will fetch all results till the max number.)

Constraints: {'minimum': 0, 'maximum': 1000}

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), including All

Constraints: {'enum': ['all', 'unhandledError', 'handledError']}

groupState (string, query, optional)
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.