You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Per Smartsheet API 2.0 #get-row:
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?
The text was updated successfully, but these errors were encountered: