GetCustomReport
Command, Introduced in version 2.18
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/GetCustomReport
Generates a custom report.
Obsolete since version 2.40. Use GetCustomReportByDisplayId instead.
Returns FormReportData
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| CustomReportDisplayDefinitionId | Int64 | The business key identifier of the display definition to use when creating the PDF.
|
|
| Landscape | Boolean? | Specifies if the custom report should be generated in landscape mode. |
|
| Restrictions | AddCustomReportRestriction[] | A collection of restrictions to apply to the custom report. |
|
| Parameters | AddCustomReportParameter[] | A collection of parameters to apply to the custom report. |
Introduced in version 2.49 |
Example
{
"CustomReportDisplayDefinitionId": 0,
"Landscape": null,
"Restrictions": null,
"Parameters": null
}