Consumer API · type

GetClientAuditLogsResponse

Generated schema definition for GetClientAuditLogsResponse.

Definition

graphql
type GetClientAuditLogsResponse {
auditLogs: [UnifiedAuditLog!]!
distinctUsers: [AuditLogUserInfo!]!
limit: Int!
page: Int!
total: Int!
totalPages: Int!
}