Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.
Sign in to ask your question or join a discussion.
Explore API docs, connect to our MCP server, and develop faster on SDKs.
Object schemas, operation specifications, code snippets, and more.
I am trying to use the Copy Sheet API call to take a snapshot and archive on a weekly basis what has been entered into a source sheet. The source sheet has many formulas but I only want the data copied over. So far the source sheet is getting cloned over with formulas. I cannot have the copied formulas in the target sheet…
What is the easiest way to take files attached to each row in a Smartsheet and save those files out to a sharepoint folder? I know you can download them all and then go to SP and attach them, but surely there exists an automated way to move the files without ever personally touching them. Bonus if I can do it when a…
Hi guys. We are making good headway pushing data from our CRM to SS with the API with VB and C#. One of our sheets needs to have a column with a list of (regularly changing) people for the users to select from in a ContactList or Dropdown control. I believe it is not possible to draw these lists from another source sheet…
Hello, Has anyone been successful with building something in Alteryx that would download the row attachments in a Smartsheet?
I know that new automation rules can't be created through the API but the API doc says that they can be updated. Does anyone know what exactly can be updated in the automation through the API. I would want to take an existing Copy Row rule and change 1 condition and the path to the destination sheet. Thanks!
Manually, I can open up a Smartsheet and on the far right find the Resource Management icon and then sync the sheet with the Resource Management platform. See picture below: I am trying to understand if I can use the api to do this (syncing the sheet with a new project). I know I can use the API to create a new project in…
Hello! I've been reviewing the API documentation for Resource Management (https://10kft.github.io/10kft-api/). I was able to add a new user using the API. However, now I also need to assign an approver for the user profile. I found I can send a GET request to the…
Hi, I'm a newer software dev (only about a year or so of working in python, been working with the smartsheet API for roughly ~2mo). One of the things I've attempted to do in our environment is create some reporting based upon cell history that involves getting the cell history object of an entire column, by iterating…
We are new to Smartsheet and our requirement is to programmatically export data from Smartsheet to csv using C# application. What type of license we need? Also, it would be great if you can share some documentation or steps to achieve the same.
Hello, For some of our processes, we utilize a 3rd party that will make API calls to Smartsheet. Occasionally, the 3rd party claims that they don't receive a response back from Smartsheet, and the request will then timeout. They claim that when this timeout happens, they send a "cancellation request" to Smartsheet, and…