Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Chapter 2: API Definitions
24
Access Audit
Access Connection
Authentication
Error
Power
Tasks
User Maintenance
String message Restrict results to those containing this
message. The only supported wildcard is the asterisk. Optional:
may be null or empty.
Integer numberOfRecordsToGet The maximum number of
records to retrieve. If not specified, the service retrieves all
available records, as reported by totalNumberOfRecords. When
specified, can be used to limit the number of records retrieved.
There is a maximum limit of 10,000 records.
return value
ReportData
getReportRecords
Retrieve a set of records from a previously generated report starting at
the specified record index up to the maximum number of records
indicated.
parameters
String sessionID
String reportID
Integer startingAtRecord The index of the first record to
retrieve. Indexing begins at zero.
Integer numberOfRecords The maximum number of records to
retrieve. If not specified, the service retrieves all available records, as
reported by totalNumberOfRecords. When specified, can be used to
limit the number of records retrieved. There is a maximum limit of
10,000 records.
return value
ReportRecord[]