Audit Logs

The following operations are available for this resource.

Http Verb Operation
Get Reporting/AuditLogs/{auditLog} Get details of a audit log.
GET Method: Get, URL: Reporting/AuditLogs/{auditLog} Test

Get details of a audit log.

GetAll Reporting/AuditLogs?table={table}&action={action}&entityIds={entityIds}&includeSubEntities={includeSubEntities}&auditStartTime={auditStartTime}&auditEndTime={auditEndTime}&pageIndex={pageIndex}&pageSize={pageSize} Get all audit logs. The audit log response is paginated with default pageIndex = 1 and pageSize = 100. To get the audit log between a specific time interval specify auditStartTime and auditEndTime. If only auditStartTime is specified then all audit entries after that time would be returned. If only auditEndTime is specified then all audit entries before that time would be returned.
GET Method: GetAll, URL: Reporting/AuditLogs?table={table}&action={action}&entityIds={entityIds}&includeSubEntities={includeSubEntities}&auditStartTime={auditStartTime}&auditEndTime={auditEndTime}&pageIndex={pageIndex}&pageSize={pageSize} Test

Get all audit logs. The audit log response is paginated with default pageIndex = 1 and pageSize = 100. To get the

GetDetails Reporting/AuditLogs/Details?table={table}&action={action}&entityIds={entityIds}&includeSubEntities={includeSubEntities}&auditStartTime={auditStartTime}&auditEndTime={auditEndTime}&pageIndex={pageIndex}&pageSize={pageSize} Get audit log details.
GET Method: GetDetails, URL: Reporting/AuditLogs/Details?table={table}&action={action}&entityIds={entityIds}&includeSubEntities={includeSubEntities}&auditStartTime={auditStartTime}&auditEndTime={auditEndTime}&pageIndex={pageIndex}&pageSize={pageSize} Test

Get audit log details.