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

    Type Alias AccessCodesUnmanagedGetParameters

    type AccessCodesUnmanagedGetParameters = {
        access_code_id?: string;
        code?: string;
        device_id?: string;
    }
    Index
    access_code_id?: string

    ID of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.

    code?: string

    Code of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.

    device_id?: string

    ID of the device containing the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.