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…
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…
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…
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?
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!
It seems incredibly bizarre that automations cannot be copied across sheets - this is a huge pain at the enterprise level where permissions are sectioned by sheet ((i.e. Markets) but automations are needed for the global team. Creating every automation is a massive issue.
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?
I am using this code to access the summary reports but am getting this error. Any help would be great thank you!
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.
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…