ListReports
Use this action to list all reports.
URL (general format)
SERVER:PORT/lawson-ios/action/ListReports?<parameter=key>
Optional parameters
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| reportOwner | Alphanumeric string | 
               The owner of the report. This is a key field. Cannot be blank. Minimum length for strings is 1.  | 
            
| maxRecordCount | Integer | 
               The number of records to be retrieved. Minimum length for strings is 1. Default value is 500.  | 
            
| indexName | Alphanumeric string | 
               The index name to be used in sorting the reports. Valid values are URPSET4 (username-based) and URPSET8 (date-based).  | 
            
Example URL
/lawson-ios/action/ListReports?reportOwner=<username>&indexName=<index>