-
How do I register for developer tools on a Smartsheet Gov space?
My company has both normal (smartsheet.com) and Gov (smartsheetgov.com) spaces and whenever I try to register for developer tools, I am directed to the non-gov space but I need them in the Gov space. What do I need to do differently to get registered for them in the Gov space?
-
Why can't I enforce MFA on our org/team accounts
Hi, I have two situations: My admin account which I am using for this question does not have any MFA tab able to enable 2FA. I only have Authentication section on the Admin Center which is not helpful either. 2FA does not exist as well on my teams individual accounts which means we can't enforce any 2FA. Does this have to…
-
Export Data Shuttle, Data Mesh, Dynamic Views and Pivots Created
I had a question is it possible to export the data shuttles, mesh , dynamic views and pivots which we have created or the once which are shared to us. If not it would be great if someone brings an endpoint which wud connect it directly so as to pull the data through code
-
API Control for Setting PDF Export for Orientation & Page Scaling/Fit-to-Page
Can a solution for this issue be built? We are currently using the Smartsheet API to export and send a sheet as a PDF via email as part of an automated workflow. While generating the PDF, we are able to specify the paper size (for example, A4 or A3). However, we are facing limitations with the following formatting…
-
Additional API endpoint for exporting Dashboards
Hi, I was wondering if there could be an API endpoint to export dashboards from smartsheet. Would be a reliable solution for the automation I am trying to create. It would be similar to going to a dashboard→clicking on file→ print.
-
Actualizacion Aplicación
Hace poco actualicé la aplicación en mi movil Android y lamentablemente me dice que la aplicacion ya no es compatible con el dispositivo. Sumado a eso la version de aplicacion movil de Smartsheet me está pidiendo actualizacion y tampoco me permite dejarla usar. Alguno sabe que puedo hacer en ese caso?
-
Saving rich sheet as a template for new clients
I have rich workspace with multiple sheets, links, formulas, forms, reports and workflow and sample data. I want to be able to save and restore the package for new clients in their own workspaces. How can this be done? I note that Request Backup and Export does not provide this functionality.
-
Retrieving Form URL via API
I have an automation that makes a copy of a folder and moves it into another folder using Make.com. Within the new folder is a sheet with a form, and I simply want to generate a QR code for this form using the form's URL returned by the Smartsheet API. I have come to learn that, since 2018, this functionality has been…
-
Is it possible to use api to edit sheet from other organization which shared edit permission to me?
I am currently evaluating Smartsheet for my organization. We are considering a Business plan to streamline our collaboration with external partners. Specifically, I need to confirm if the Smartsheet API allows us to programmatically edit sheets owned by another organization, provided they have granted us "editor with…
-
Return the full set of properties for every object type in Smartsheet
Before I explain my suggestions, I would first like to give some context on how I use the Smartsheet API. I develop implementations for SQL connectivity interfaces such as JDBC, ODBC, ADO.NET, etc. for various sources (one of those sources being Smartsheet). I use the Smartsheet API to get data for the main resources in…
-
Zapier Connection to the Smartsheet Eu Servers
I want to connect Zapier with my smartsheet account to run some automations an online lead generation bot to be exact Zapier support team has given the following info: Currently it is not possible to connect to the smartsheet.eu with Zapier the limitation is imposed based on compliance with Smartsheet; we cannot confirm…
-
List folder children
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
-
Bridge - How to Retrieve Data from Multiple Child Runs Given the API Depreciations
Hello Team. Given the upcoming API depreciations, what is the recommended approach in Bridge to use the lastKey to get the full set of results in order to parse them when using the Call API to Smartsheet's API and needing to call it multiple times? For example, if we have greater than 10,000 workspaces and we use the GET…
-
Create a row and get the URL in the response.
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…
-
Is new python sdk available for new end points
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
-
Some APIs not working?
Some of the APIs inexplicably don't seem to be working. For instance, I can make a request to the Get sheet endpoint fine, but when I try to List columns with the exact same variables I get a 404 Not Found response (see attached screenshots). Have encountered this with several other endpoints (for instance, Attach file or…
-
Server Status ?
Hi, Since yesterday (dec 18), many calls to the api are failing or taking way longer than expected (2500seconds to read a sheet). What is the current server status and when should it be back to normal ?
-
Getting a 403 Forbidden message when copying a folder endpoint
Hi I am getting a 403 forbidden status when trying to use the endpoint to copy one folder to another. This has worked previously and I can access other endpoints of the API.
-
Make REST API Calls with an Automation
It would be beneficial to be able to leverage Smartsheet Automations to make REST API calls. This has many potential use cases, but one I could see is adding users to Smartsheet groups when the are added to a 'roster sheet' in Smartsheet. It would allow us to use the full power of Smartsheet's API within easy to use…
-
Getting Blank Rows While Inserting Data directly using Python
Hi Guys I have created a code which will push the latest ticket from ServiceNow Platform into Smartsheet using the Smartsheet API. I am trying to use the POST method to push the row to Smartsheet but due to some reasons it is not getting inserted even if in the activity log it keeps showing as row inserted. When I tried to…