API & Developers
Connect with other developers using the Smartsheet API.
Discussion List
-
Smartsheet is duplicated multiple dates in G Calendar.In API & DevelopersHey, We have our Smartsheet's linked to our google Calendar. Events under a year look fine, however, over 1 year, these start to multiple and we have some dates with 700 duplicated events on the same day for the same event. This is causin…
-
Salesforce/Smartsheet Connector - Attachments??In API & DevelopersCan the Smartsheet/Salesforce connector send an attachment from salesforce to Smartsheet?
-
Is the Owner/Owner_id attribute broken?In API & DevelopersI'm using Python and I've tried numerous ways to obtain the owner of various sheets via the API but it always returns "None," regardless of whether or not I include owner info in the get sheet command. I can get the owners of she…
-
POST request form answer and css of questionnaireIn API & DevelopersI have to embed the form in our website, so I can see two ways of doing it. Somehow changing CSS of the form to fit the rest of the website, this would be preferred, any way of doing this? Or creating a custom form on our end and send a p…
-
Return Report Source Sheets Without Rows?In API & DevelopersIt seems to be a limitation of the API that if a report has no rows currently populated in it from a given source sheet, the API does not return that source sheet in a query. Has anyone found a way around this or come up with another solu…
-
Using smartsheet-python-sdk to put data back into SmartsheetIn API & DevelopersI used the smartsheet-python-sdk (and unique API key from Smartsheet) to automatically pull data from Smartsheet into my Python script along with other data sources to create new feature-engineered columns. Is there an automatic way to now…
-
Downloading a sheet as a CSV converts the dates to MM/DD/YYIn API & DevelopersI'm downloading a sheet as a CSV, manipulating some data, and creating new spreadsheets out of that data. Everything works until I try to upload a date that I'm downloading from smartsheets. In the smartsheet the date looks like this: Howe…
-
API search/get multiple rows in a sheetIn API & DevelopersI need some help formulating an API call to retrieve multiple rows of data in a sheet that have a specific key word. I can successfully use the /2.0/search/sheets/xxxxxx?query="A2" query to get a list of rows however I don't know…
-
API Bi-directional setupIn API & DevelopersI want to talk with someone about setting up an API to transfer files bi-directional between SQL & Smartsheet. Is this possible?
-
How to get template Id sheet has been created from?In API & DevelopersHello, Is there a way to get template that was used for creating a sheet using API? What does "source" property of a sheet means? Thanks