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.