dashboard
Retrieve statistics of one flow template
This will return a JSON object individual flow template statistics across the designated time period.
get/flowTemplates/{id}
Path parameters
idstring required
ID of the flow template
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 flow template stat objects
Example response
{
"data": [
{
"usage": [
"flow 1"
],
"bucketStartAt": "Wed Oct 05 2011 16:48:00 GMT+0200"
}
]
}