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'm making the call with the parameters matching the documentation and not getting the same results. I'm only getting "id", "name" and "permalink" for each folder. The "Responses" in the documentation includes an array with reports, sheets, sights and templates, as well as details for each of those objects. Am I doing…
I have been trying to access and download attachments to rows in a Smartsheet through API using Access token. In how many ever ways, I tried to do so, that didn't work. However, I am able to access the attachments directly that are attached to a sheet and not to a row. Are there any different permissions to access row and…
Is it possible to update data in a Smartsheet report directly using Python, or is it necessary to modify the data in the source sheet to reflect changes in the report.
I have VBA code that loops through rows and can give me the row number and row ID of populated rows. It doesn't help me get the next available ID so I can do a put request and add data to an empty row. Currently the VBA just pulls the last populated ID and overwrites it each time. Is there a way to get this??
Is anyone currently dumping data from alteryx into smartsheets? I would really like to be able to do it. Currently I am outputing to G.S. and then pulling the data into smartsheets via Data Shuttle. It works, but I'd love to cut out the middle man.
Is there anywhere to access Smartsheet API Documentation that is not on a Libyan domain or github? I am unable to access either of these sites due to security concerns.
Hi, It seams that we are the first identifing this issue. Already oppened a case at Smartsheet, is in discussion, for now I don't think they've understood the problem. OAuth flow is broken with the new emai based TOTP login (TOTP is One Time Passcode, used to login without a password:…
Hello, folks, I have API creds for our Smartsheet instance. When I do the call to the GET /sheets endpoint the new sheet that was generated by an admin is not appearing in the list of sheets. Also, if you call the GET /sheets/{sheed_id} call for the new sheet I get a 404. The sheet exists and it has been shared out to me.…
I have an Alteryx designer reading in tasks from multiple smartsheet schedules that have a responsibles column with multiple contacts. I want to rewrite those contacts into the one schedule I am writing to, but when the contact is read in, it is converted to TEXT_NUMBER and Alteryx won't let me write to the Multi Contact…
I'm looking for examples of calling the Smartsheet API from Excel. I can't seem to get the syntax right.