Interface FindExternalEventLogsQuery

interface FindExternalEventLogsQuery {
    limit?: number;
    cursor?: string;
    userId?: string;
    externalEventSubscriptionId?: string;
    connectionId?: string;
    integrationId?: string;
    startDatetime?: string;
}

Hierarchy (view full)

Properties

limit?: number
cursor?: string
userId?: string
externalEventSubscriptionId?: string
connectionId?: string
integrationId?: string
startDatetime?: string