@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias GetListViewOptions

    Options for GET /lists document operation.

    type GetListViewOptions = {
        columns?: boolean;
        filter?: string;
        type?: string;
    }
    Index

    Properties

    columns?: boolean

    When set to true, column information gets returned. Use with caution, slows down the API

    filter?: string

    If present, perform a case insensitive partial text match that retrieves any lists that contains the input as a part of the list title.

    type?: string

    Allows to specify views, folders, all