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
Before:
http://servername/workcenter/tmtrack.dll?shell=swc&ReportPage&Template=reports/list&reportid=120
After:
Before:
http://servername/tmtrack/tmtrack.dll?&ReportPage&Template=reports/rptexec&reportid=122
After:
http://servername/tmtrack/tmtrack.dll?&ReportPage&Template=reports/jsonoutput&reportid=122
Use this method to create a report that returns JSON each time it is run.
Copyright © 2013–2016 Serena Software, Inc. All rights reserved.