Hello All,
I am able to get the Row and Column from the smartsheet JSON response but in it there are no metadata. I used things like:
params = {'include': 'objectValue,objectProperties,format,formula,columnType,options'}
and passed it with the request. But I still do not get any metadata. Specifically, I am trying to get the "_OUTLINELEVEL_" column that is present in the smartsheet.
Could someone please help me get this data?