Webservice: Report

reports handling [Commercial editions only]

Index Method Request(s) Response Description
1 execute sid
reportId
parameters
executes a given report
2 list sid
report lists all the reports in the tenant

Method #1: execute

executes a given report

Request

Name Type Required Multiple Description
     sid
String Y
     reportId
Long Y identifier of the report to execute
     parameters
WSAttribute Y array of parameters used as report variables
          name
String Y name of the attribute
          stringValue
String
          intValue
Long
          doubleValue
Double
          dateValue
String
          type
Int Y 0 = String, 1 = int, 2 = double, 3 = date, 4 = user (intValue represents the user's id), 5 = boolean (intValue must be 0 or 1)
          mandatory
Int Y
          position
Int
          label
String
          editor
Int Y 0 = free, 1 = preset
          setId
Long Id of the attribute set

Method #2: list

lists all the reports in the tenant

Request

Name Type Required Multiple Description
     sid
String Y

Response

Name Type Required Multiple Description
     report
WSReport Y Y