-
How am I causing this "Unable to parse request" error?
I'll show a successful request, a failed request, and the error I get. For context, 1111 is my sheet ID, 2222 is a row, 3333 is a text column, and 4444 is the special "Start Date" column that Smartsheet creates. Successful request PUT https://api.smartsheet.com/2.0/sheets/1111/rows/ [ { "id": 2222, "cells": [ { "columnId":…
-
Smartsheet no longer allowing DXF or DWG file types to be uploaded as an attachment?
Hi Hopefully someone can help we have noted that, smartsheet has stopped allowing .dxf and .dwg files to be uploaded. Previously our staff have been able to upload these file types via a form that we have been using for a few years to submit job requests to our workshop for manufacture. Has there been a change, is there…
-
Bulk POST operation syntax
Hi. I have been able to stumble my way to successfully add new rows to my Smartsheet with the POST API request. However, I can't figure out the correct format to send more than one row at a time. I see reference to Bulk Operations in the documentation but I can't find any examples of exactly what that looks like. Would…
-
Request for Improved Smartsheet Form Embedding Options
Hi Smartsheet Team, I wanted to reach out with some feedback and a request regarding how Smartsheet forms are embedded on websites. I've been long-time user and fan of Smartsheet since 2008, and the form system has been a big part of how we collect and manage submissions for various clients and internal workflows. What's…
-
Erratum in Api documentation
Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file : MultiPicklistObjectValue: description: Object containing a list of strings to choose from type: object title: MultiPicklistObjectValue properties: objectType: type: string enum: - MULTI_PICKLIST…
-
Archiving Final PDF documents outside of Smartsheet through a script in Python
📄 Automating PDF Downloads from Smartsheet Reports Hi everyone, I manage hundreds of documents generated across multiple sheets in Smartsheet. To keep things organized, I use reports to consolidate them — but I often get asked to ensure these documents are also backed up in SharePoint for redundancy. Unfortunately,…
-
Can't see my brandfolder via the APIs
Hi, I am investigating integrating Brandfolder via its APIs. Despite having admin access and access to our brandfolder, when using the API I get nothing. What am I missing?
-
Development Environment for Production Change Development
Hi all, I have a solution that I've pushed out to production but now there are changes being asked for. I've duplicated my workspace as a way to build out and test changes safely. As I'm beginning to work thru solving the changes in this duplicate/dev environment I'm seeing the amount of time and potential for error it…
-
Confused about API and access levels
Hello, I am trying to perform a workflow where I: Make a request to list all sheets For this step, I am using this endpoint: `https://api.smartsheet.com/2.0/sheets?includeAll=true` Choose a sheet Make a second request to get more information about that sheet using the sheet id from the first step For this step, I am using…
-
Card View "Auto Numbering"
In my line of work for Disaster Debris Recovery Operations, we use Smartsheet extensively—especially "Card View"—to organize field crews efficiently. We rely on the top-to-bottom order in each lane to set crew priorities, where the top card is #1, and each following card is numbered in sequence. To manage this, I built a…