v1
latestSwagger 2.02026-07-132525401.9 MBerrors
Get all available versions in the time range.
get/v0.1/apps/{owner_name}/{app_name}/errors/available_versions
Path parameters
owner_namestring required
The name of the owner
app_namestring required
The name of the application
Query parameters
startstring date-time required
Start date time in data in ISO 8601 date time format
endstring date-time
Last date time in data in ISO 8601 date time format
$topinteger
The maximum number of results to return. (0 will fetch all results till the max number.)
$skipinteger
The offset (starting at 0) of the first result to return. This parameter along with limit is used to perform pagination.
$filterstring string
A filter as specified in https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#97-filtering.
$inlinecount'allpages' | 'none'
Controls whether or not to include a count of all the items across all pages.
errorType'all' | 'unhandledError' | 'handledError'
Type of error (handled vs unhandled), including All
Response
A list of available versions in the time range.