Card Order Data via API Response

I am trying to identify the order of cards in card view based on the JSON response to a GET request to the API for a sheet. I created a schedule type sheet as a test project. When I change the order of cards (by manually dragging them up and down in card view), there appears to not be any change to the response JSON that indicates card order. Additionally, once I can read the card order from the sheet, I would like to be able to set the card order via an external API call to update the sheet.

At this point, I am uncertain if a) this is just not supported, or b) this is supported and I am looking at the wrong part of the API reference.

The endpoint I am using to get the sheet data

GET: https://api.smartsheet.com/2.0/sheets/{sheetId}

Best Answer

Answers