Reporting → Using Custom Reports → Creating and Editing Custom Reports → Getting JSON Output from Reports
You can output SBM report data to JSON format. This enables you to create custom visualizations for reports, such as graph widgets or tables.
JSON output is available for all report types, except Drill Through, Multi-View and External.
Use this method to obtain an URL that you can include in your custom visualization.
&template=reports/template
With:
&template=reports/jsonoutput
URL example:
Before:
http://servername/workcenter/tmtrack.dll?shell=swc&ReportPage&Template=reports/list&reportid=120
After:
http://servername/workcenter/tmtrack.dll?shell=swc&ReportPage&Template=reports/jsonoutput&reportid=120
Copyright © 2013–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.