GetReport
Creates and/or returns data for a specific report.
Input
Name | Type | Required | Accepts Output Streams | Description |
ReportDocumentId | String | True | False | Unique ID of the report to download. |
DownloadPath | String | False | 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 | False | Boolean indicating whether the specified report ID is a restricted report (report containing PII).
デフォルト値はfalseです。 |
FileStream | String | False | True | Stream containing the downloaded file |
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. |