How to get createdAt, modifiedAt and workspaceInfo with list reports call ?
Hi all,
I am using this endpoint https://api.smartsheet.com/2.0/reports/?include=ownerInfo&includeAll=true&pageSize=500000 to get reports info but noticed createdAt , modifiedAt and workspaceInfo are missing. Can someone please help us here ?
Answers
-
I use python SDK but
"response = smartsheet_client.Reports.list_reports(include_all=True)"
does not return detailed information such as createdAt.
I tested with cURL, and the result was the same.
I use use the report's ID to get details as follows;
"https://api.smartsheet.com/2.0/reports/{reportId}" or
report = smartsheet_client.Reports.get_report(report_id)
-
Exactly same thing i am noticing as well. For some reason those above mentioned fields are missing in listReports call. I have huge data i cannot afford to make an additional call to getReport based on ID to get above mentioned missing fields. In listSheets i am able to see that information.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives