Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I just answered a question in this forum about how to use 'assumeUser' in the API
https://community.smartsheet.com/discussion/comment/409154/#Comment_409154
I provided a code example for Javascript, and I wanted to refer to the API documentation but found it lacking with the only reference being
https://smartsheet.redoc.ly/#section/API-Basics/Assume-User
but there are no examples of how to do this. I think I learned about 'assumeUser' in the 1.x version of the API documentation.
Thank You
Note: I posted this here because the API Documentation suggests to do so. Let me know if I should submit this elsewhere.
Hey @Lee Joramo
Thank you for posting your feedback! I'll ensure that the API team reviews this post and example.
Cheers,
Genevieve
Hi, We are a developer and building a custom web platform for one of our client who is using smartsheet. Our platform needs to get data from smartsheet and need to show the data in our custom UI. Could anyone recommend the APIs we should be using for this?
This solution updates a column formula across multiple sheets in a workspace. The script finds all sheets with a certain string in the name, finds a certain column by name on those sheets, and then updates all column formulas to a new column formula. At the time of posting, Control Center Global Updates did not allow me to…
We have a webhook created in one of our Smartsheets, and we've been noticing lately that the webhook callbacks immediately disables the webhook after 1 try, causing data discrepancies between the Smartsheet and the system it sends the data to. Here's an excerpt JSON message received from Smartsheet showing the callback…