Questions tagged [smartsheet-api]

The Smartsheet API provides developer access to Smartsheet features and data

The Smartsheet API provides a REST interface to Smartsheet features and data. The API enables Smartsheet customers to programmatically access and manage their data, and empowers application developers to build solutions on top of Smartsheet.

For more information about the Smartsheet API, please visit and bookmark the Smartsheet Developer Portal. There, you’ll find links to the API Documentation, SDKs and sample apps, and other ways Smartsheet can make your API integration easier.

Repositories of sample projects can also be found on the Smartsheet Platform GitHub page at https://github.com/smartsheet-platform.

Smartsheet, a leading Software as a Service (SaaS) company, offers businesses an intuitive online collaboration tool. The ease of use of the familiar spreadsheet-like interface, coupled with file sharing, work automation and Gantt chart features, have made it a popular and highly functional collaboration and project management tool for nearly 2 million users. Customers include construction companies, consulting firms, schools and universities, utility firms, government entities, healthcare organizations, high-tech firms, non-profits, manufacturing and law firms, among others. Additionally, Smartsheet offers mobile apps, pre-built templates and integrations with leading cloud apps such as Box, Dropbox, Salesforce, Google Drive and Zapier to ensure users are up and running quickly. Visit http://www.smartsheet.com for more details.

530 questions
-1
votes
1 answer

Smartsheet API to Collect Payment Information

Has anyone used Smartsheet API to capture payment data? I work with a Property Management group that will be accepting applications via Smartsheet's web form. Those applications require a deposit. My city uses NIC Inc. (EGOV) as their payment…
-1
votes
3 answers

Smartsheet API rate limit exceed

Last week encountered for the first time a rate limit exceed error (4003) in our nightly batch-process. This batch proces is synchronising Smartsheet objects with our TimeTracking application 4TT. Since 2016 this proces works fine, but somehow now…
Maaik
  • 13
  • 4
-1
votes
1 answer

API Call Returns Numerous Sheets but None That I Need

My use case at high level is - get the sheet out of Smartsheet via API (with GET), transform data in a ETL tool and load into a relational db for further manipulation and reporting. All I'm trying to do is retrieve data for sheets that have been…
Vlad
  • 267
  • 1
  • 3
  • 3
-1
votes
1 answer

How to store file on Bucket s3 with specific tree and then Zip it

I'm working on this but amazon aws s3 is not my favorite part so I need some help with this: import smartsheet import time import os import json import shutil import zipfile import boto3 #Initialisation Variables et Environment token =…
-1
votes
1 answer

How can I rename image attachments with the row number using python through the API?

I started learning python to address this very issue(only having HTML experience previously). We backup our sheets to sharepoint. The problem we came across with backing up is that smartsheet just drops all the images into a single zip file and…
-1
votes
1 answer

Smartsheet API: How do I grab the values of all cells in a column?

I'm looking for a way to make an API call from inside a C# program that grabs all the values from one column on a sheet. In this case, the type of column is a DATE column. Within the C# program, once I get the data back, I will be trying to find…
burnsa
  • 17
  • 1
  • 1
  • 4
-1
votes
1 answer

Sorting using the Smartsheet API

Python SDK for Smartsheet API (latest versions) Here's the scenario: I have a large (over 3000 rows) sheet. New records are added (at the bottom) in batches (typically 100 - 150 rows at a time). There is a column with an identifier (not an…
J. Craig Williams
  • 380
  • 1
  • 2
  • 18
-1
votes
1 answer

Copying contents of one column into another column on a timer in Smartsheets

Is there a way that I can create a script where every Thursday at 4pm the contents of Column A is copied into Column C? Any help would be appreciated. Extremely novice coder/script writer here. Thanks in advance
H. Lee
  • 1
-1
votes
1 answer

Smartsheet API Python - extract data from external excel file by cell and update into a smartsheet using API

So I am trying to copy all the data from an excel file with dynamic row length - can range from 100 to 500 rows , which I then want to copy the contents from each cell iterating by column and updating rows to the last row now my current code…
Anshuman
  • 1
  • 1
-1
votes
1 answer

How do you create a report from the smartsheet API?

In particular, I am using the python SDK to endeavor to create a report. I can copy and modify sheets. However, via the API, I haven't figured out how to create a report. Any suggestions / sample code?
-1
votes
1 answer

Retrieving SmartSheet Content using Python SDK

so ill try to keep this short as possible. I am a newbie to the SmartSheet Python SDK and im trying to call all the data from the Smartsheet and hopefully use that as a starting point for myself. So far what I have import smartsheet smartsheet =…
RickRollNGo
  • 3
  • 1
  • 4
-1
votes
1 answer

Smartsheet API set start date

is there some possible way how to set End date for Gantt with Hard Deadline. Basicaly we have function which is teling us when stock is 0. We need to set this date as end date for our gantt.
-1
votes
1 answer

How to integrate the smartsheet in php

How to integrate the smart sheet in my php website.i want to show the smartsheet of each staffs in there dashboard. I want to authenticate and show all smartsheet options in dashboard.
vinoth
  • 17
  • 7
-1
votes
1 answer

Update column color using smartsheet API in PHP

i am using smarthsheet api to put some data into sheet with php. Everything working fine. but i need to change the color of a column if it meets the specific condition. By searching i found a parameter known as formating…
Sanoj Sharma
  • 127
  • 10
-2
votes
1 answer

How do I find a specific string in a single column of a sheet?

I have a sheet, with an ID. That sheet has a column, with a text field, like below. Column 1 551_file 2 552_file 3 553_file 4 554_file How can I iterate through all the strings…
eengstroem
  • 143
  • 1
  • 9
1 2 3
35
36