/usagestatistics/get
  • 1 Minute to read
  • Dark
    Light

/usagestatistics/get

  • Dark
    Light

Article summary

Get
/usagestatistics/get

Get usage statistics
Request body example:

{
"name": "totalnoofapi2.0callsresponsesize_/usagestatistics/get",
"description": "Total no. of API 2.0 response sizes sent per method",
"unit": "MB",
"counters": [
{
"timestamp": "2020-08-01",
"value": "0,11"
},
{
"timestamp": "2020-08-02",
"value": "0,11"
}
]
}

Query parameters
fromDate
stringRequired

From date request

toDate
stringRequired

To date request

aggregationPeriod
string

Aggregation period

Responses
200
Expand All
object
fromDate
string
toDate
string
kpis
Array of object (UsageStatisticsKpi)
object
name
string
description
string
unit
string
counters
Array of object (UsageStatisticsKpiDataPoint)
object
timestamp
string
value
string
400

Was this article helpful?

What's Next