GET /v0.1/apps/{owner_name}/{app_name}/crash_groups

appcenter.ms

Summary:
Operation ID: crashGroups_list
Auth: api_key
Description

Gets a list of crash groups and whether the list contains all available groups.

Parameters (10)

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

the OData-like $orderby argument

Constraints: {'enum': ['last_occurrence asc', 'last_occurrence desc', 'count asc', 'count desc', 'display_id asc', 'display_id desc', 'impacted_users asc', 'impacted_users desc']}

app_name (string, path, required)

The name of the application

app_version (string, query, optional)

version

continuation_token (string, query, optional)

Cassandra request continuation token. The token is used for pagination.

group_status (string, query, optional)

Constraints: {'enum': ['open', 'closed', 'ignored']}

group_text_search (string, query, optional)

A freetext search that matches in crash, crash types, crash stack_traces and crash user

group_type (string, query, optional)

Constraints: {'enum': ['GroupType1', 'GroupType2']}

last_occurrence_from (string, query, optional)

Earliest date when the last time a crash occured in a crash group

last_occurrence_to (string, query, optional)

Latest date when the last time a crash occured in a crash group

owner_name (string, path, required)

The name of the owner

No probe data for this endpoint yet.