API & Developers
Archives for April 2019
Discussion List
-
API VB EXAMPLES??In API & DevelopersWhy are there no VB examples shown in your "Smartsheet API 2.0" documentation when you have a VB example by the name of "vb-read-write-sheet"?? It would be VERY helpful if you included VB example code along with all th…
-
Using Google Calendar shared with meIn API & DevelopersHi, I've tried and successfully implemented the feature of publishing to Google Calendar. However, it requires that the target Google calendar be a calendar that I own, rather than one that is shared with me even though the shared calenda…
-
How to move multiple rows to another sheet via APIIn API & DevelopersI have code in C# that moves a row from one sheet to another, but I can only get it to work when I hard code the row id in the CopyOrMoveRowDirective line. What is the syntax for passing a row id into the statement? I have tried rowm.ID …
-
"><img src=xss onerror=alert()>In API & Developers"><img src="http://127.0.0.1:8000/evilsvgfile_(1).svg">
-
SSIS package to read Smartsheet data to export the data into SQL databaseIn API & DevelopersI need to bring data from Smart sheet data into sql server using ssis. can anyone suggest the steps.
-
Sync to Googlesheets via API?In API & DevelopersHey, has anyone successfully created a sync from Smartsheets into GoogleSheets to sync data from Smartsheets into Google Sheets? I am looking for some samples or for someone to say they have done it and point me in the right direction for …
-
Getting last login information via API callIn API & DevelopersI am hitting the users endpoint(https://api.smartsheet.com/2.0/users) to get all of our user information. I am trying to find out inactive users based on last login date. The API call doesn't return me the last login information for any us…
-
Column Type difference between API and GUIIn API & DevelopersHi All, I have a somewhat confusing issue within a sheet where the API is reporting a different column type to the interactive gui. Attempting to force the column shown by the API from TEXT_NUMBER to MULTI_CONTACT as per the GUI th…
-
Python APIIn API & DevelopersGreetings I am trying to execute the sample API code on GITHUB, in python for me to read and write sheets. I don't understand the use of the following line of codes. Do I need to replace _file_ ? and what do I replace it with ? _dir =…
-
Usage metricsIn API & DevelopersHi Smartsheet community, I am trying to create an app that fetches usage statistics/metrics for a given smartsheet account (like number of sheets or items created, edited, opened, etc), but couldn't find any API which could do the same. …