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

appcenter.ms

Summary:
Operation ID: Errors_AppBuildsList
Auth: api_key
Description

List of app builds

Parameters (7)

$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_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']}

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, required)

No probe data for this endpoint yet.