Interface RESTGetAPIAuditLogQuery

Hierarchy

  • RESTGetAPIAuditLogQuery

Properties

action_type?: AuditLogEvent

The type of audit log events

after?: string

Filter the log after a certain entry ID

before?: string

Filter the log before a certain entry ID

limit?: number

How many entries are returned (default 50, minimum 1, maximum 100)

Default

50
user_id?: string

Filter the log for actions made by a user

Generated using TypeDoc