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

    Type Alias EventsGetParameters

    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.