Dashboard Analytics
Dashboard Analytics Service
APIs for DSS analytics dashboard primarily consists of 2 APIs. The one which is used to get configuration based on which the dashboard is painted. The other one is the API which gets the data needed for the visualization to paint different graphs.
API to get the Dashboard Configuration which gives the Visualizations and Layout to paint
This endpoint will pass the Dashboard ID from the URL to this API and will get the Dashboard Configuration from the backend which will have the details of the Visualization Layouts which are to be designed in this Dashboard.
ID of the Dashboard
Response for Success State of the API
Status Information object will hold the run time status and the live response obtained from the server for the respective API Call.
Get Chart API will be responding with the Data for each visualization based on the Chart ID which has been sent
Based on the Chart ID and the Visualization Type and the Request Dates and Filters, the API will aggregate the data and give the data which needs to be painted on Visualization Charts
This request object contains the Visualization for which the data has to be served.
A map of String and and String to hold the Header Filters which are applied on this dashboard
Response for Success State of the API
Status Information object will hold the run time status and the live response obtained from the server for the respective API Call.
Last updated