Methods
Last updated
Last updated
The main goal of this Web Service is to access the Statistics information related to the system usage. The following methods are available for this purpose.
Method name | Method description | Input params | Output params | Exceptions |
Count | Returns an integer value with the count of the records that satisfy the search criteria sent on the QueryType parameter. | QueryType: | Integer | |
List | The list method returns an array containing all the records that satisfy the search criteria sent on the QueryType parameter. | QueryType: |
| If the search does not match any record, the result will be a WSDBRecordArray with length = 0. |
RangeList | The RangeList method returns an array containing all the records that satisfy the search criteria sent on the QueryInfo parameter. The QueryInfo is composed by the QueryType and also a date range to filter the records (QueryRange). | QueryInfo: | If the search does not match any record, the result will be a WSDBRecordArray with length = 0. | |
LoginList | The LoginList method returns an array containing all the records that satisfy the search criteria which is composed by a QueryRange and the login type (successful logins and failed logins). | Range: ; Successful: Boolean Failed: Boolean | If the search does not match any record, the result will be a WSDBRecordArray with length = 0. |