This endpoint retrieves funnel chart data for a specific widget identified by the dashboardId and widgetId.
Filters can be applied via query parameters. The response will include various HTTP status codes based on the result:
200 OK: If the chart data is successfully retrieved.
400 BadRequest: If the request is malformed.
404 NotFound: If the specified dashboard or widget is not found.
500 InternalServerError: If an internal server error occurs.
Request
Path Params
dashboardId
stringÂ
required
The ID of the dashboard containing the widget.
widgetId
stringÂ
required
The ID of the widget for which to load chart data.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://platform.shopranos.eu/api/ReportData/dashboard//widgets//funnel'