Retrieve a custom report by ID.
Documentation Index
Fetch the complete documentation index at: https://docs.nuwebgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The ID of the company this operation should be performed against.
Sets the preferred language for localised response content (e.g. en, fr, de). If the requested language is not supported by the company, the company fallback language will be assumed.
The custom report ID.
The page you wish to retrieve reports.
Number of results per page. Max value is 100 for synchronous requests, or 1000 for asynchronous requests
For performance reasons, some of our reports are cached for a short period of time. Cached results are signified if the dataLastSynchronised attribute exists in the body of the response. To clear this cache, set this value to true.
Filter overrides to apply for this request only. These are merged with the saved report filters (overrides take precedence). A full list of available filter keys can be found in the respective report builder.
Header overrides for this request. By default, these are merged with the saved report headers. Set replaceHeaders=true to use only these headers instead. Both camelCase (e.g purchaserEmail) and snake_case (e.g purchaser_email) formats are accepted. A full list of available header keys can be found in the respective report builder.
When true, the headers parameter will completely replace the saved report headers instead of merging with them.
Whether to execute the request asyncronously
UUID for the async request
Successfully retrieved the custom report.