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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives