CustomReportDefinitions
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/CustomReportDefinitions
Represents a queryable custom report definition.
GUID
888AEAB7-14E1-4A07-A3A1-CEFF67559DC1
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the custom report. |
|
ReportNumber | String | The report number of the custom report.
|
|
Description | String | The translated description of the custom report. |
|
DisplayDefinitions | CustomReportDisplayDefinitions[] | A collection of display definitions belonging to the custom report definition.
|
Example
{
"Id": 0,
"ReportNumber": null,
"Description": null,
"DisplayDefinitions": null
}