GetReport
Creates and/or returns data for a specific report.
Input
Name | Type | Required | Description |
ReportDocumentId | String | True | Unique ID of the report to download. |
DownloadPath | String | False | The File path to write the report data. If no path is specified, the file is kept in memory in the FileData output. |
IsRestrictedReport | Boolean | False | Boolean indicating whether the specified report ID is a restricted report (report containing PII).
The default value is false. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating the result of the operation. |
Url | String | A unique identifier for the report. |
FileData | String | The file data output, if the LocalPath input is empty. |