Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Smartsheet API report creation
Hi,
We have a lot of reports, they have only small differences.
Normally it is just a filter e.g. name of "assigned to".
If we have to slightly change these reports, we have to change all the reports by hand.
Is it possible to create/change reports with the API?
I tried to do it but i did not found it in the API (Smartsheet Java SDK).
To create folders it is possible to make something like that:
Folder folder = new Folder.CreateFolderBuilder().setName("New Folder").build();
folder = smartsheet.homeResources().folderResources().createFolder(folder);
but the report ressources has no creation method
report = smartsheet.reportResources().createReport(report);
If this feature not exists, this is my feature request :-)
Thanks a lot.
Comments
-
Hello Isidor,
There currently isn't a way to create reports, or change the Report Builder criteria from the API. I've got your vote down for this on our enhancement request list for further review by our Development team.
-
Please add my vote for this too.
Craig
-
Also Isidor,
In some cases, the new (as of this writing) feature of using "Current User" as the criteria may solve some of this problem.
Craig
-
Hi Shaine,
Do you have a timeline when this API feature will be available?
Thanks,
Miyuru
-
We understand that API support for modifying reports would be very useful. It's on our backlog, but it's a complex feature and I can't commit to any date.
Steve
-
Looking forward to this inclusion in the API.
-
Please add my vote for this too.
Paul
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives