Interface ReportService

    • Method Detail

      • list

        WSReport[] list​(String sid)
                 throws Exception
        Lists all the reports in the tenant
        Parameters:
        sid - The session identifier
        Returns:
        The array of all the reports
        Throws:
        Exception - error in the server
      • execute

        void execute​(String sid,
                     long reportId,
                     com.logicaldoc.webservice.model.WSAttribute[] parameters)
              throws Exception
        Executes a given report
        Parameters:
        sid - The session identifier
        reportId - The ID of the report to execute
        parameters - The parameters to pass to the report (optional)
        Throws:
        Exception - error in the server