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

Options for GET /lists document operation.

Type declaration

  • Optionalcolumns?: boolean

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

  • Optionalfilter?: 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.

  • Optionaltype?: string

    Allows to specify views, folders, all