-
Extracting data from a host server
Hi, I work with a developer and designed a website for an organisation. On this website people need to fill in a form and submit it. This gets uploaded on a data server where it is stored. The data can be exported as an excel file, but I was hoping that through an API Smartsheet can collect data directly. Is this possible…
-
Transfer ownership to another user using API.
We have requirement that we need to transfer ownership to another user using API. I didnt get any API for transferring ownership to another user. but i got one RemoveUser API. i tried with the api https://smartsheet.redoc.ly/tag/users#operation/remove-user But i got the below error while using the above api…
-
SmartSheet webhook -> Google Apps Script verification
Hello, I'm trying to set up Smartsheet's webhook listener using Google Apps Script, but having an issue with the verification step. My code looks as follows: function doPost(e) { var challenge = JSON.parse(e.postData.contents).challenge; var response = JSON.stringify({'smartsheetHookResponse':challenge}); return…
-
smartsheet.SheetResources.GetSheet(sheetId) Has no overloaded that takes 1 argument.
Hi All, I am using C# api for SS. I was exploring documentation code here: I can get sheet ID but when I try to get sheet itself, I run into build error that says SheetResources.GetSheet has no overload method that takes 1 argument i.e. SheetID only. Any ideas why this is happening or how can I rectify this?
-
Update Sight with API Error
I am trying to update a sight (dashboard) using the following code but am getting an error: The "Test Sight" object is working perfectly fine: But the error is coming from trying to use update_sight. This is a bit of a difficult ask but any help is appreciated!
-
Smartsheet.gov app for iOS
Hello, Our program engineers use iPads in the field to conduct their site surveys using a FAA approved web-based site survey software. It would save them a lot of time if they could use Smartsheet.gov app on their iPads as well. Would it be possible to make the app available to iOS?
-
SmartSheet API to access summary report using python
I am using this code to access the summary reports but am getting this error. Any help would be great thank you!
-
SmartSheet API - Node.js SDK addRowUrlAttachment
What is the request body syntax when using the addRowUrlAttachment method in the Node SDK? The API documentation only shows an example using the addRowFileAttachment method.
-
API for linking MS Excel to SMARTSHEET
Greetings I am handling a number of projects and making Gantt charts to track their progress. The data for these charts are stored in MS Excel sheets on my local drive. It becomes cumbersome to manually import the dates and numbers to update the Gantt chart. I want to know, if there is way I can circumvent this problem. I…
-
Manage multiple values in a cell from a dropdown list
Good morning, I am facing an issue on my smartsheet, i have a column (dropdown list type) that allowed multiple values per cells and i am trying to manage these different values in order to concatenate them the way i want in another cell. Does anybody knows the way to pick a single value from all of them or even the way…