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

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

Open
cobyiv opened this issue Mar 29, 2021 · 1 comment
Open

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

cobyiv opened this issue Mar 29, 2021 · 1 comment

Comments

@cobyiv
Copy link

cobyiv commented Mar 29, 2021

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?

@RCoff
Copy link
Contributor

RCoff commented Apr 1, 2021

The level parameter is not currently available in the smartsheet-python-sdk get_row function.
I have opened a pull request to fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants