Newer Version Available

This content describes an older version of this product. View Latest

Get Report Data

Get runtime report data for display on the user-interface.
Resource
Available version
55.0
Request Parameters
Property Name Type Description Required or Optional
filters Map<String, Object> Specify filters for the report execution. For more information on the report filters, see Consumer Good Cloud Real Time Reporting Developer Guide. Required
reportName String Report name to execute. The Report name must exist on the target Sales org. Required
unZippedResponse String Report data without compressing the reponse. Always send true from APEX. Required
productIdsForApex Boolean Indicates whether the product IDs are in a format that can be used by Apex (true) or not (false). Always specify true. Required
Apex Request Example