SpiraPlan: SoapService SOAP Web Service
See all operations
System_RetrieveEvents
Description
Retrieves a filtered list of event logs from across the system
Filter on event type using the following ints: Error = 1, Warning = 2, Information = 4, SuccessAudit = 8, FailureAudit = 16
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - The API credentials | |
| int | startingRow - The starting row (starting with 1) | Yes |
| int | numberOfRows - The number of rows to retrieve (mad 500) | Yes |
| RemoteSort? | remoteSort - The sort to be applied | |
| ArrayOfRemoteFilter? | remoteFilters - The array of filters |
Return Value
ArrayOfRemoteEvent2 - List of event log entries