-
If deprecating GET /templates, provide another mechanism to get the same data
Last week, Smartsheet announced the deprecation of the API call "GET /templates" with no plan for any replacement mechanism. We have a long-standing integration from our software platform that serves mutual customers of Smartsheet and our product that fundamentally depends on the response to the "GET /templates" API call.…
-
Ability to use public facing ID in the permalink to access objects through the API
Smartsheet Objects (Sheet, Report, etc) consist of two identifiers, the object's ID and the public facing string found in the permalink (PUBLIC_ID). Example of a Permalink: https://app.smartsheet.com/sheets/{PUBLIC_ID}?view=grid Navigating to File, Properties a user can find the ID and the share url which contains a…
-
Smartsheet SSO SAML to EntraID
Hello everyone, We are facing an issue with our EntraID tenant, which currently has 10 domains associated with it. After migrating from Okta SSO to EntraID SSO, we encountered a problem where users who sign in with an email alias (different from the primary tenant domain) are unable to authenticate via Microsoft 365…
-
Hyperlinks
Hello all, I need help i have a sheet that every week i add about 300-700 lines and each one of them have a Different link, is there a faster or easy way to add them all together? and not each line at a time ? I don't mind adding them all as "LINK" but for now as i am adding them one at a time i am adding Them to the…
-
Issue in Web Content Widget
Hi Team, Please help us on Web Content Widget, as i am facing issue when i add a Weblink of a power BI dashboard, when follow the actual procedure it is ending up with an error. Attached snipped for your reference. Thanks, Santhosh Kumar B
-
API Shares
Hello - I am trying to update my APIs due to the deprecation announced. I am having trouble with the new share API for sharing a workspace. Below is what I have in my HTTP request, and the error I am receiving. I have tried a few things, but I can't get past this error. Share asset { "assetType": "workspace", "assetId":…
-
API Issue with list_sheets
I script in python. I need to explain some things about how we use Smartsheet. We have a master sheet that has all of our current orders on it. We have around 200 projects, and each project has its own project sheet. When an order is placed via update request, a daily script picks up the info and creates the order on the…
-
New API header to track traffic sources
July 31, 2025 This release introduces a header called smartsheet-integration-source that can be inserted by API users and AI partners to classify API calls to better track traffic. Learn more and read the changelog entry. Environments availability: Commercial US, Commercial EU, Commercial AU Plan availability: Business,…
-
Download attachments from a report
Hi, is there a way to automatically download each attachment of a report for each row? I need to get the attachment for each row and put them in a different folder, rather than download ALL of them at once, as I need to distinguish what item they correspond to. Thanks for your help!
-
Smartsheet API - Add sheets to existing sheets.
Hello, Is there a way via the API to be able to add existing sheets to another sheet under a different folder. We are currently doing this manually.