API & Developers
Archives for November 2018
Discussion List
-
Smartsheet API Request LimitIn API & DevelopersHi there, I'm hoping you guys can help me understand a problem I'm having, and maybe help me figure out a solution to it! I'm using Zapier to input some data in to a smartsheet. The problem I'm having is that every so often it will…
-
View Pictures on Mobile AppIn API & DevelopersI love the ease of uploading photos to my SmartSheets. Viewing these photos is perfect from my laptop, it opens another tab and I can zoom or download the image. I'm looking for similar features in the Mobile App. I run Android. I cannot …
-
C# API Media type not supported - Error 1124In API & DevelopersHi Guys, Trying API for first time. I am able to do GET sheet details successfully. But when i post to create new row/column i am getting the following error "Invalid Content-Type header. Media type not supported" for the below…
-
Processing Limitations: List of formulas in order by relative processing power required?In API & DevelopersHey Community! One of my first requests. I dug around and so far haven't found anything, but my apologies in advance if this has been addressed elsewhere. My company has been bouncing off sheet limitations for a bit now, yet none of our …
-
Revert to older versionIn API & DevelopersCan I revert to an older version of a sheet from last night? In the history I don't see where someone sorted the rows, so I'm not sure what happened? I thought there was a way to revert to a certain time of day? I don't know anything ab…
-
Smartsheet connection with Alteryx workflowIn API & DevelopersHi, Someone facing an issue to connect data from Smartsheet into workflow in Alteryx? I have an Alteryx with data connected from Smartsheet that always worked well, but last friday the alteryx wont able to connect with Smartsheet, the…
-
Project Settings APIIn API & DevelopersDoes anyone see how to set the project date range in the project settings through the API? I need to create a trigger that changes the dates that respond to the predecessors from one set of dates to another set of dates.
-
Add row with multiple values in cell using c# sdkIn API & DevelopersOne of columns has 'Contact List' type with checked 'Allow multiple contacts per cell' see example. I tried to add row using smartsheet-csharp-sdk(v2.3). Cell object: new Cell { ColumnId = 111111, &am…
-
Dashboard WidgetIn API & DevelopersHi, Is it possible to create a dashboard widget that contains an <iframe> with contents from another external site? // Leif
-
ODBC Connections and Outside AppsIn API & DevelopersHi all, Hoping i can find some recommendations that can assist with an app development. I am creating a simple VS2010 Visual Basic app and report that will create purchase orders using smartsheet as the database back end. I have unloc…