v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Statistics

Get api calls in date range for app.

get/api/apps/{app}/usages/calls/{fromDate}/{toDate}

Path parameters

appstring required

The name of the app.

fromDatestring date required

The from date.

toDatestring date required

The to date.

Response

API call returned.

totalCallsinteger required

The total number of API calls.

totalBytesinteger required

The total number of bytes transferred.

monthCallsinteger required

The total number of API calls this month.

monthBytesinteger required

The total number of bytes transferred this month.

blockingApiCallsinteger required

The amount of calls that will block the app.

allowedBytesinteger required

The included API traffic.

allowedCallsinteger required

The included API calls.

averageElapsedMsnumber double required

The average duration in milliseconds.

detailsobject required

The statistics by date and group.