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
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?
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.1I'm guessing the sdk can be modified to allow for level kwarg?