Need Grid Support in Rest API


I would REALLY like to be able to do some very basic operations on a grid widget with the REST API.  In particular, the only thing I need for my application is to be able to list the children in a grid.  I don’t care what cell or row they are in.  I would like this to work like a frame does (frame.children lists the ids).

 

Currently you can retrieve a grid widget, but it only has type, modifiedAt, modifiedBy, id, createdAt, and createdBy properites.

 

I understand that there are a wide range of things one might want to do with a grid and adding robust support for them all through the REST API is a challenge, but just accessing the content would be very helpful for me.   I need to update content that has been placed into a grid.  I don’t need to move anything around, but need to be able to update text in some of this content from an external source.

 

Unfortunately this is currently blocking development of my application.

Absolutely agree with this one. Does anyone have a workaround?


Any plans to support this? Would help immensely to be able to at least read grid / table content. 


Can I upvote on this feature. Creating Grids and dropping cards into cells would be really helpful.