Hierarchy

  • AuditLogsApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableAuditLogsApi

Methods

  • Returns audit logs based on filters. Query audit logs

    Parameters

    • Optional userId: string[]

      Comma separated list of user ids to filter by.

    • Optional eventType: string[]

      Comma separated list of event types to filter by (CREATED, UPDATED, PUBLISHED, DELETED, UNPUBLISHED).

    • Optional objectType: string[]

      Comma separated list of object types to filter by (BLOG, LANDING_PAGE, DOMAIN, HUBDB_TABLE etc.)

    • Optional objectId: string[]

      Comma separated list of object ids to filter by.

    • Optional after: string

      Timestamp after which audit logs will be returned

    • Optional before: string

      Timestamp before which audit logs will be returned

    • Optional limit: number

      The number of logs to return.

    • Optional sort: string[]

      The sort direction for the audit logs. (Can only sort by timestamp).

    • Optional _options: Configuration

    Returns Promise<CollectionResponsePublicAuditLog>

Generated using TypeDoc