Reporter
Reporter generates human friendly reports and graphs of your Broadworks instance. This can show Broadworks entity call volume over a period of time or a call flow chart showing how calls flow through your system when calling a specific number.
To use Reporter import along with the API object and pass your API object as a parameter.
from odins_spear import API, Reporter
my_api = API(base_url="https://base_url/api/vx", username="john.smith", password="ODIN_INSTANCE_1")
assistant = Reporter(my_api)
assistant.{report}
Last updated
Was this helpful?