If you are the first to see an update to the API changelog, please post it to this thread. Using the format copy the text of the update to a Quote block and provide a direct link to the change item
Bookmark and follow this thread for updates.
2025-03-04ADDITION:We added the POST filteredEvents endpoint. This endpoint allows non-admin users to retrieve events for sheets and workspaces that they have access to.
2025-03-04
ADDITION:
We added the POST filteredEvents endpoint. This endpoint allows non-admin users to retrieve events for sheets and workspaces that they have access to.
https://smartsheet.redoc.ly/#section/Changelog/2025-03-04
2025-03-07FIX:We fixed the Assume-User header description. The header allows System Administrators (admins) to impersonate or act on behalf of any user (including other admins) in their plan to make API calls. For details, see User Impersonation.
2025-03-07
FIX:
We fixed the Assume-User header description. The header allows System Administrators (admins) to impersonate or act on behalf of any user (including other admins) in their plan to make API calls. For details, see User Impersonation.
Assume-User
https://smartsheet.redoc.ly/#section/Changelog/2025-03-07
I've completed the authentication process, created a trigger and made sure that the trigger has the right source sheet and event type but I am noticing that I can't get any data from the trigger. My goal is to get the row information when new row is added in my sheet so I can copy some of the data over to another sheet.…
I am trying to create a new Sheet in a specific Workspace using the Smartsheet SDK for C# and I keep getting an unexpected exception The statement above compiles just fine. The Workspace ID (wkspID in the code) is correct. I can create the Sheet just fine locally but the sheet does not have an ID until it is created in…
Hello! I am trying to set up an automation between Smartsheet and a dataset that is hosted via Google Cloud Platform / BigQuery. Does Smartsheet have the ability for integrations with GCP that do not involve a third-party integration tool like Zapier?