I tried using the python equivalent function of the api https://api.smartsheet.com/2.0/reports?modifiedSince=2024-08-01T00:00:00Z&include_all=True as self.smartsheet_client.Reports.list_reports(modifi…
Hi, I am making a get report api call to fetch the reports created after a certain date https://api.smartsheet.com/2.0/reports?modifiedSince=2024-08-01T00:00:00Z This is the reponse i get There are so…
Hi, I have a smart sheet with ids and status. I want to call a rest api, send the IDs and get the current status of those ids. I have already written code which reads the ids list and gets the status …