Hello.
Trying to create a new Project-type-sheet with the API, and would like to designate everything about it the way I want in code, so NOT from a template.
It appears there is no way to do this with the API, that it simply has no syntax for creating a gantt-enabled project sheet.
Is this true?
But next question - if you DO need to use a template, is there any way to create the template with the API?
It appears not.
So, next question, is there a way to export a template that would be made manually one time to meet the needs of my integration, but be able to share it with different smartsheet users, possibly in different smartsheet instances, on different teams and even different companies?
Again, it appears not.
So my current approach is to list all the global templates when I want to create a new project sheet, and iterate through them to find the one with the global tag "PROJECT_SHEET" and use the id of that one to create a sheet.
This seems really cumbersome and quite fragile. I have it working, but isn't there a better way?