smartsheet-platform / smartsheet-python-sdk

Library that uses Python to connect to Smartsheet services (using API 2.0).
Apache License 2.0
136 stars 81 forks source link

Add 'level' parameter to get_row #162

Closed RCoff closed 2 years ago

RCoff commented 3 years ago

Added the 'level' parameter to the sheets get_row function to align this with the capabilities described in the 'Get Row' documentation: https://smartsheet-platform.github.io/api-docs/?python#get-row

velaar commented 2 years ago

I wonder if there is a broader solution to this. Ideally, if we can set up the level at the Smartsheet object. As for example get_column can also benefit from it.