-
API: Missing userPermissions and workspace fields in get_sheet response
Hi, I have been using Smartsheet API for a while. I invoke my Python scripts to read sheets and do all sorts of stuff. I created a new developer account recently. Then I created a new sheet and tried to read it using my scripts. I realised that the response is not returning the field userPermissions which is usually…
-
Create Global API Profiles in Bridge for Call API
Since there are no roles in Bridge (So access by workspace isn't possible), it would be nice if we were able to create global profiles for the API Call utility. I have many workspaces and I will have to spend a lot of time work repeating the same profile over and over again. I like the new profile function of the API Call…
-
Merged: Report Totals Printable
This discussion has been merged.
-
API: GetSheet (with rowsModifiedSince param) should be able to return information about deleted rows
My use case and issue: With the Smartsheet API, I am caching a sheet locally and using the rowsModifiedSince query parameter to only update rows that have been updated since the last time the cache was updated. This is a great performance optimization, however, if a row is deleted from the originating Smartsheet, no…
-
API - How do I get the location of a sheet
Using the smartsheet API, how can I get the location of a sheet using the sheet ID? This seems like it should be simple but I'm not able to find anything. The getsheet API doesn't seem to have this information. What I want to do is get the other sheets in the same folder.
-
API - delayed search results - List Sheets vs Search Everything
Hi, I am using the /search endpoint (Search Everything, scopes=sheetNames) to search for new sheets that have been created by Smartsheet Control Center. I have read the post regarding /search/sheets/{sheetId} endpoint, Search API Request Returning Old Data for A Period of Time and the answer by @Genevieve P. that "Search…
-
Resolving Unintended Webhook Triggers Due to Formula Updates
Hi Smartsheet Community, I'm encountering an issue with my webhook setup and seeking your insights. My webhook is designed to monitor changes in two specific columns: 'Start Date' and 'End Date'. It's set up to trigger a calculation that updates certain data in Smartsheet when a change is detected in these columns.…
-
AddImageToCell in smartsheet-csharp-sdk always throws an exception
Hello developers, I am currently working on integrating Smartsheet API into my application and have encountered an issue related to image uploads using the Smartsheet SDK. The specific error message I'm encountering is: "Only images can be uploaded. Please use a file of type jpg, gif, or png." I have already ensured that…
-
Attach File or URL to Row - Request Body for cURL or Python
Hi all, I'm struggling to work out how to attach a URL to a row. In the API doc I can see the request URL, but I can't find an example of the request body. I'd prefer to use cURL, alternatively python. I would expect something like this URL: https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/attachments -H…
-
Jira Connector giving an error about webhook and notifications
I finally was able to get the Jira Admin on the line and we were setting up the Jira Connector. We got it all the way set up and when I run the Workflow - I get this error message: Setting up the notifications failed. Please contact your JIRA System Administrator and let them know that notifications from Webhooks are no…