To retrieve a list of reports that are available for you to execute via the web service, submit the following object:
GetReportDefinitionsRequest
Properties of the GetReportDefinitionsRequest
The following table contains the properties you can use to filter and control output of the GetReportDefinitionsRequest
object:
Object | Description |
---|---|
XRefCode
|
If specified, only one report definition will be returned if one is found that matches the case sensitive XRef code. If this parameter is blank, then all report definitions are returned. |
You will receive back an array of ReportDefinition
objects that define the reports that you can execute.
Sample Code - Query for Report Definitions