This endpoint retrieves numeric 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 numeric 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
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//numeric'