API & Developers
Archives for April 2021
Discussion List
-
How to expand options : [Array] to show picklist values ?In API & DevelopersI am using Node.js API calls to get the columns displayed in my terminal. Few of my columns are of types : Contact_List and Pick_List. I want the CLI to show me the options which are present in the dropdown in these columns. I want to expa…
-
3rd Party AppsIn API & DevelopersHow can I let my application know who is accessing the application before it has an actual Smartsheet access token? If I understand correctly the first time the user uses the authorize link it generates the token and we can use that initia…
-
Why do some reports/sheets return 1006 "Not Found" when trying to access?In API & DevelopersI am making the simple "sheets/[sheet id]" and "reports/[report id]" calls and some of them return 1006 "not found". I have access to these sheets/reports from the Smartsheet UI, and obtain the ID through prop…
-
Links in a formIn API & DevelopersHi, is there any way that when a data is captured in a form we can add hyperlink information? seems that is just plain text and that is not very functional at times. Thanks
-
SSRS ReportsIn API & DevelopersHi, What is the best way to automatically insert data into Smartsheet from an SSRS report? We have a SSRS report that runs daily and would like to use the data in the report into a sheet every morning. Thank you!Answered - Pending Review 10 views 2 comments 0 points Most recent by Judith Dewberry API & Developers
-
Enhancement RequestIn API & DevelopersFor IT Ticketing services, it would be nice if there was a automated chat responder for support.
-
Update linkInFromCell via API results in error 4000In API & DevelopersHi, i'm requesting the API via axios.js with PUT https://api.smartsheet.com/2.0/sheets/{sheetId}/rows to update two cells of one row with the following data body: { "id": 1234 "cells": [ { …
-
When is Smartsheet going to bring native Managed Dynamic Dropdown menus ?In API & DevelopersOne of the distinguishing features of Smartsheet is the guided data entry via dropdown menus. This is awesome. Really helps to bring order into the data. However managing the dropdown menu content is 100% manual and for more than one sheet…
-
Getting 204 with Smartsheets put request on Postman but 400 in .NET Core Web APIIn API & DevelopersI am testing the same data in postman verses a .NET Core Web API project, however, one returns fine when content is being updated and another (.NET Core) returns 400. Any ideas on why this may be? It's the same data structures, and even sa…
-
Productisation of solutions on SmartsheetIn API & DevelopersI'm seeking to build a Finance Solution via an (OEM type deployment) ontop of Smartsheets, productising the Intellectual Property for a Finance application. As part of productising the solution, there are a number of items that I'm seekin…