The auditGetList Web API Method
Get a list of audit entries.
Version: 1.3
Required Permissions: Read-only
HTTP method: GET
Supported by Editions: All
Request Parameters:
| 
                                         Parameter  | 
                                    
                                         Type  | 
                                    
                                         Required  | 
                                    
                                         Description  | 
                                
| 
                                         limit  | 
                                    
                                         integer  | 
                                    
                                         No  | 
                                    
                                         The number of rows to retrieve. Default lists all audit entries up to an arbitrary limit set by the system  | 
                                
| 
                                         offset  | 
                                    
                                         integer  | 
                                    
                                         No  | 
                                    
                                         A paging offset to begin the list from. Default: 0  | 
                                
| 
                                         order  | 
                                    
                                         string  | 
                                    
                                         No  | 
                                    
                                         Column identifier for sorting the result set (audit_id, node_id, time). Default: audit_id  | 
                                
| 
                                         direction  | 
                                    
                                         string  | 
                                    
                                         No  | 
                                    
                                         Sorting direction: ASC or DESC. Default: DESC  | 
                                
| 
                                         filters  | 
                                    
                                         array  | 
                                    
                                         No  | 
                                    
                                         Add filter parameters in an ad-hoc manner. These filters will be added to the predefined filter that was passed. This parameter is an array with a predefined set of parameters that accept strings or arrays to hold multiple values: from: string, a timestamp to use for retrieving audit rows to: string, a timestamp to use for retrieving audit rows freeText: string auditGroups: array, a list of auditGroups- 
  | 
                                
Expected Response Code: 200 OK. For more information see Response Format.
Response Format: auditList
Possible Action Specific Error Codes: This action has no specific error codes
Example
| 
                                             
                                                  | 
                                        
                                            Request
 Response
  | 
                                    
                            
                        