-
Is there any Custom Development Feature available like in SharePoint??
We want to have our custom webpage for the Smartsheet functionality. Where we can add or create in any custom webpage in smartsheet like sharepoint? If not is there any workaround for this functionality. Any help would be appreciated.
-
How to access SCIM APIs?
I'm trying to access the API(https://scim.smartsheet.com/v2/users) by using the Token generated from an Enterprise account with system admin privileges. But, I'm getting an error response as shown below: { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "detail": "This feature is not enabled for your…
-
Can you automate the one-way Salesforce Connector workflow
Hello. I have created a one-way - manual run Salesforce Connector workflow. It is running fine, but I have to run this manually every time I want data from Salesforce to populate my Smartsheet grid file. Is there a way to make this one-way (I do not want to change this to a two-way workflow, since I do not need it to…
-
Can I get only rows which are modified recently ?
I need to get only rows which are modified. I am using rowSinceModified it is giving me result but is there any threshold limit for row? like maximum how many rows can we fetch in GET API call?
-
Desktop version on a tablet?
We recently bought some cell enabled tablets for our field workers but we can only seem to access the mobile version on the tablets (which is much slower when trying to use it in a desktop manner). We tried opening chrome and going to app.smartsheet.com but it doesn't look the same its like a mobile web version and not the…
-
Ability to dynamically link sheets
Hello, I am guessing that this question will require coding and the API but I'll ask anyway... Is it possible to look up the name of another sheet on a row and then identify cells in that sheet by name or position and then link to the data? Please note that I do not want a =vlookup in the receiving cell, I want to end up…
-
What permission should a user have to add members to a group using API?
Hello, I try to add a user to a group using API. I do it under account with Group Admin role. But unfortunately I get 403 Forbidden response with json { "errorCode": 1004, "message": "You are not authorized to perform this action." } What permissions are enough to perform such operation? Thanks, Michael
-
Any plans on allowing binary uploads to the import and attachment functions?
It seems like the API is geared towards a desktop application with constant user interaction. In my case, I am using it to generate some reports for my company and pushing them out to a specified folder. Currently, to generate the report, I am aggregating the majority of the data into a DataSheet, and converting it to a…
-
Internal Server Error Please contact Smartsheet
Hi, I received the following error message when running the API: {"response": {"statusCode": 500, "reason": "Internal Server Error", "content": {"errorCode": 4000, "message": "An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance.", "refId":…
-
Getting a Template's columns and rows using the API
Is there a method for retrieving a Template's columns and rows using the API? Trying to use the "Get Sheet" API method (e.g., /sheets/{sheetId}) with a Template ID returns a "Not Found". For now, I'm working around this by doing a "Create Sheet from Template", inspecting that temporary sheet as I need to, then deleting the…