-
Oauth Revocation / Revoke / Webhook
Is there an outbound (from Smartsheet -----> to our app) token revocation /deletion API call our app should be catching and handling? If the end user revokes our app's connection via their Smartsheet dashboard, does our app get a call? I checked the OAuth documentation and Webhook documentation and did not see it. Would be…
-
Direct personalised and specific help to customise my project setup ?
Hi , is there a list of experts or service / hire , who may be able to help me with the detail and specific project setup and reporting and cost management ? i've got all the info but having trouble getting it all humming with costs, dependencies, reporting and dashboards want to try to link with xero once somebody helps…
-
Please update Python documentation for RowObject toTop toBottom
I was following the python sdk, and able to update rows on a sheet successfully. Then I went to add_rows, which was an easy adaptation. However, I started getting the error "Invalid row location: You must use at least 1 location specifier". Which I thought was odd, because the sdk example, and the python source code on…
-
Sort by Date
When a name enters the SmartSheet from a API form the name does not enter into the top of the SmartSheet like they do when entered from a UI form. They enter into the bottom. I really need away to have the newest date on top matter if they were added from a API form or a UI form. Any guidance you can give me will be…
-
Smartsheet SDK: Cannot find column
Hi, I have run into a rather annoying issue. I am currently writing a sync tool, which will add a column to a sheet, and write a cell value thereafter. I am using the smartsheet search feature to find a specific value, and then I add or update a specified column. However, the issue I am running into is that a few of the…
-
Would i be able to share a folder?
I manage a project with several sub-projects. Is there a a way to share this?
-
unable to access Smartsheet via my work email
Hi All, I am getting this error while trying to access our work Smartsheet link .. Any idea what is the problem and how to fix ? opensaml::FatalProfileException The system encountered an error at Mon Aug 16 08:59:58 2021 To report this problem, please contact the site administrator at https://www.smartsheet.com/gethelp.…
-
Attributes not present in response
Hi team, I have couple of queries, could you please address those? Query 1. While fetching all the users, I am not getting groups associated to the users in the response. url: https://api.smartsheet.com/2.0/users?include=groups Note: I have referred the documents to include groups and I am sure that the users are…
-
Smartsheet API parentId location specifier doesn't work?
I have a function used to make parent-child relationships in smartsheet. The child_df contains the row and parent info, when I call update rows, it reads my row ID to update (row.id) and if I pass in the argument row.to_bottom = True it also works, but it stubbornly doesn't assign a parent ID when I pass parentId into the…
-
API, symbols column and user locale
Hi, Let's say a german coworker that created a sheet and is using symbols. These symbols are in german as well, while my locale is in english. Using the API, i can't detect that the sheet was created with a different language and thus can't detect that "Grün" stands for "Green" and makes the update with the API quite…