-
Delete/Remove/Clear Hyperlink using API
While there are a wealth of articles, discussions, and examples of adding and updating hyperlinks in cells using the Smartsheet API, I struggled to find any concrete guidance on how to remove a hyperlink or clear a cell that contains one via the API. I need the equivalent of going into the sheet, hitting "Delete" in the…
-
URGENT BUG : Endpoint https://api.smartsheet.com/2.0/users/sheets giving an incorrect response
Hi Team, @Genevieve P. We have been using this endpoint to fetch the sheets, this used to return the owner that was needed to be used in subsequent api calls with 'Assume-user'. Somehow the above api call is returning the owner field as empty and the ownerId as a 0. Therefore, all my processes are failing. Can someone…
-
How do I determine the Root Domain for a Smartsheet Installation?
I have a customer who has several domains added to their Smartsheet installation, and I'm trying to determine how to idntify the original root domain, or the domain that was used when Smartsheet was originally implemented for the customer. Is there a way to identify the root domain? Thanks.
-
Smartsheet api call in python.
Hi im trying to use the smart sheet API in Python with the following code. #Establishes a connection to smart = smartsheet.Smartsheet(api_base="https://api.smartsheet.eu/2.0/sheets", access_token="MYTOKEN") smart.assume_user("MYEMAIL") #Establishes link to the time off requests smartsheetsheet_id = "MYSHEETID" sheet =…
-
Has anyone had success making a basic CRM for their company?
Hi, our bank is looking to leverage Smartsheet to try to create a CRM tool within Smartsheet. Has anyone had any success in this arena? Ultimately we are wanting to create the basic functionality of tracking meetings/notes/contacts/etc. and have the information shared across multiple groups. Just curious of other's…
-
Show row attachment download link on Dashboard
I need to display a link to download a row attachment on a dashboard. Since this is not a native feature (it's been requested since at least 2020), let the work arounds continue. Project Details: I have 160 users recording time for projects, 1-7 entries per day into an intake sheet via forms. A helper sheet summarizes the…
-
c# api v4 and home
Hi, In the recent changes of the c# sdk, /home is being replaced by /folders/personal. Yet the new endpoint, is a major regression in terms of data returned: Workpaces are missing Sub sheets are missing Sub folders are missing Sub report are missing Sights/dashboard are missing So I have to rebuild a tree hierarchy I'll…
-
Resource Management API - Users
Hi Every one, I am wondering if anyone faced this issue before. I am trying to make an API call using the users API as following. The issue that I don't get tags in the response as mentioned in the API documentation: I get ''tags' in the response only when I pass it as a sting as following: Below is a sample response after…
-
Issue with API Call to Update Rows in Smartsheet Using Custom Integration Tool
Hello Smartsheet Community, I am encountering a persistent issue when attempting to update rows using a custom integration tool that interacts with the Smartsheet API. Despite several attempts and adjustments, the API calls are not being processed successfully, and I'm consistently receiving parsing errors. Details of the…
-
How do I share a folder which is located under the Sheets folder?
Although other people are able to see and access the folder, "DigitEYES", located under the Sheets folder. I am unable to give access to it to a new user. I can't find a share function anywhere.