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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives