Retrieve a list of executed workflow counts by yearly
GET https://automation.8x8.com/api/v1/accounts/:accountId/usage/history
API which can be used to fetch usage historical data for Automation service
Request
Path Parameters
accountId stringrequired
Account id
List of supported functions.
Schema
- Array [
- ]
accountIdstringrequired
8x8 AccountId.
[
{
"accountId":"string"
}
]
[
{
"id":"62d139439708c8a504dedf15",
"accountId":"test_account_id",
"executedWorkflowCount":6700,
"month":7,
"year":2022
},
{
"id":"60e6b22fc517c0785de3ca22",
"accountId":"test_account_id",
"executedWorkflowCount":2800,
"month":6,
"year":2022
}
]
Source: https://developer.8x8.com/connect/reference/get-usage-history · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments