Authorization header. See Security & Token to learn how to retrieve and use yours.
Discover widget IDs
Call the list-widgets endpoint to see all available widgets and their IDs:widgetTypeId values for revenue-related widgets (look for names containing “Revenue”, “Sales”, or similar).
Revenue per machine per day
Use thegroupBy: day filter with a date range to retrieve daily revenue totals:
Revenue per machine per month
SwitchgroupBy to month and widen the date range to retrieve monthly revenue totals:
Revenue for a specific machine
Pass the machine ID viaentityId (if the widget is machine-scoped) or via the MachineId filter:
The exact filter names and
groupBy values supported by a widget depend on its stored procedure in Cortex Reports. If a filter name is not recognized, it is silently ignored. Test with and without each filter and compare responses.