Show / Hide Table of Contents

    CustomReportDisplayDefinitions

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/CustomReportDisplayDefinitions
    

    Represents a queryable custom report display definition.

    GUID

    74DDBC7F-7649-416D-BA9A-4FA8AF1BC7DA
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the custom report display definition.
    DisplayId Guid The identifier of the custom report display definition.
    Introduced in version 2.40
    Description String The translated description of the custom report display definition.
    ReportType Int32 The report type of the custom report display definition.

    • Grid: 0
    • Report: 1
    • SubReport: 2
    Sql String The SQL query of the custom report display definition.

    • Not nullable
    ParentId Int64 The business key identifier of the parent custom report definition.

    References CustomReportDefinitions.

    Example

    {
      "Id": 0,
      "DisplayId": "00000000-0000-0000-0000-000000000000",
      "Description": null,
      "ReportType": 0,
      "Sql": null,
      "ParentId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB