@seamapi/http - v2.4.1
    Preparing search index...

    Type Alias EventsGetParameters

    Parameters for SeamHttpEvents.get.

    type EventsGetParameters = {
        device_id?: string;
        event_id?: string;
        event_type?: string;
    }
    Index
    device_id?: string

    Unique identifier for the device that triggered the event that you want to get.

    event_id?: string

    Unique identifier for the event that you want to get.

    event_type?: string

    Type of the event that you want to get.