v7

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2022-07-209629.6 KB
dashboard

Retrieve statistics of one component

This will return a JSON object showing individual component statistics across the designated time period.

get/components/{id}

Path parameters

idstring required

id of the component

Query parameters

fromstring

Timestamp of beginning of timeline

untilstring

Timestamp of end of timeline

timeframestring

The time window that should be queried

Response

An object containing a list of component stat objects

Example response

{
  "data": [
    {
      "usage": [
        "flow 1"
      ],
      "errorCount": 2,
      "bucketStartAt": "Wed Oct 05 2011 16:48:00 GMT+0200"
    }
  ]
}