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

    Type Alias DevicesGetParameters

    type DevicesGetParameters = {
        device_id?: string;
        name?: string;
    }
    Index
    device_id?: string

    ID of the device that you want to get.

    name?: string

    Name of the device that you want to get.