API & Developers
Archives for May 2022
Discussion List
-
Region EU sheets - how to connect with AppSheet?In API & DevelopersHi all, we moved with our licences to the region EU and don't know how to connect a sheet from AppSheet? Is there any solution because the AppSheet connector do not give us the possibillity to select a region. @Genevieve P. any idea? Thank…
-
Commenter access level in APIIn API & DevelopersHello, I have shared a sheet with a user using Commenter access level. But when I request for shares with API I get VIEWER access level in response. How can I get a real value for Commenter access level? Also is it possible to set Commente…
-
I can't find which column is "frozen"In API & DevelopersI am working on a sheet built by another person, and they have frozen a column, but I'll be darned if I can find which one it is, and I've right-clicked on every column, and not seen an "Unfreeze Column" option listed. Any ideas …
-
Difference between users and contacts in APIIn API & DevelopersWhile reading the API documentations I came through two API's one is list contact and another is list user https://api.smartsheet.com/2.0/contacts https://api.smartsheet.com/2.0/users what is the actual difference between them. Whether I …
-
Salesforce/Smartsheet Connector - Attachments??In API & DevelopersCan the Smartsheet/Salesforce connector send an attachment from salesforce to Smartsheet?
-
Smartsheet is duplicated multiple dates in G Calendar.In API & DevelopersHey, We have our Smartsheet's linked to our google Calendar. Events under a year look fine, however, over 1 year, these start to multiple and we have some dates with 700 duplicated events on the same day for the same event. This is causin…
-
Is the Owner/Owner_id attribute broken?In API & DevelopersI'm using Python and I've tried numerous ways to obtain the owner of various sheets via the API but it always returns "None," regardless of whether or not I include owner info in the get sheet command. I can get the owners of she…
-
Return Report Source Sheets Without Rows?In API & DevelopersIt seems to be a limitation of the API that if a report has no rows currently populated in it from a given source sheet, the API does not return that source sheet in a query. Has anyone found a way around this or come up with another solu…
-
API Bi-directional setupIn API & DevelopersI want to talk with someone about setting up an API to transfer files bi-directional between SQL & Smartsheet. Is this possible?Answered - Pending Review 15 views 1 comment 0 points Most recent by dean.evans46601 API & Developers
-
Using smartsheet-python-sdk to put data back into SmartsheetIn API & DevelopersI used the smartsheet-python-sdk (and unique API key from Smartsheet) to automatically pull data from Smartsheet into my Python script along with other data sources to create new feature-engineered columns. Is there an automatic way to now…