Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

smartsheet.Sheets.get_row() -- level issue #161

@cobyiv

Description

@cobyiv

Per Smartsheet API 2.0 #get-row:

level (optional): specifies whether new functionality, such as multi-contact data is returned in a backwards-compatible, text format (level=0, default), multi-contact data (level=1), or multi-picklist data (level=2).

however, smartsheet.Sheet.get_row(sheetid, rowid, level=2) results in a TypeError:
TypeError: get_row() got an unexpected keyword argument 'level'

Version: smartsheet-python-sdk == 2.105.1

I'm guessing the sdk can be modified to allow for level kwarg?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions