-
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…
-
Copy Automation Workflows
When copying a workspace via API, I would like it to copy the automation workflows for each sheet, as it does when copying in the UI.
-
Syntax: Add Row via API for Multi Select Contact Column, MULTI_CONTACT
Dropping this here in the hopes Google picks it up for future developers. At times when you cannot use the SDKs for adding rows via the API with multi-select contact columns (i.e. Bridge), the following body payload syntax is correct for posting new rows to a sheet. [ { "cells": [ { "columnId": 4532552246972292, "value":…
-
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…
-
smartsheet API key is not able to fetch data from the smartsheet having MFA.
I am not able to fetch data from the smartsheet using API key which is having MFA. I am getting an error - "This action is restricted by an MFA Policy. Please reach out to the workspace admin for any questions.". How I can resolve this issue?
-
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 ?
-
Automating Seat Management now generally available!
September 3, 2025 System Admins can now automate Provisional Member approvals through IT service management (ITSM) systems like ServiceNow, Atlassian, or Freshservice. The newly available integrations streamline seat management and reduce administrative workload for System Admins at organizations with large numbers of…