GetCustomReportByDisplayId
Command, Introduced in version 2.40
POST https://localhost:8001/sv/001.1/api/v1/Common/Commands/GetCustomReportByDisplayId
Generates a custom report.
Returns FormReportData
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| DisplayId | Guid | The 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
{
"DisplayId": "00000000-0000-0000-0000-000000000000",
"Landscape": null,
"Restrictions": null,
"Parameters": null
}