Is there a method for retrieving a Template's columns and rows using the API?
Trying to use the "Get Sheet" API method (e.g., /sheets/{sheetId}
) with a Template ID returns a "Not Found".
For now, I'm working around this by doing a "Create Sheet from Template", inspecting that temporary sheet as I need to, then deleting the sheet. This seems a bit wasteful and sub-optimal, and will result in a LOT of unnecessary sheets piling up in the trash bin for 30 days.
Is there an official way for us to request features? A "Get Template" API method (e.g., /templates/{templateId}
) that works just like the "Get Sheet" API method would be super helpful, here.
Thanks,
Dossy