-
Difficulty getting started with Smartsheet API
Hi, Total API newbie here. I'm following the instructions in the "Make Your First API Call" section of the docmentation. I've generated a token, registered developer account, and I'm attempting to use curl to execute the: curl -X GET -H "Authorization: Bearer <my auth token>" "https://api.smartsheet.com/2.0/sheets"…
-
Revert to older version
Can I revert to an older version of a sheet from last night? In the history I don't see where someone sorted the rows, so I'm not sure what happened? I thought there was a way to revert to a certain time of day? I don't know anything about a back up so this information would be helpful too?
-
Access
Our company just signed up for Smartsheet and can't get anyone to help us access our account. What is going on? The customer service used to be first class all the way. Does anyone have a name and a phone number I can call? I've put in two requests through the help desk and crickets.
-
Is there a way to set the CreatedBy for a new discussion or comment
We are looking for a way to create a new comment from a specific user that is not the same as the user in which the API is called from. It would be fine if we could change the createdby after the discussion is created too, I have tried that too with no luck. Here is the code we are trying: Comment c = new Comment(); c.Text…
-
How do I get Multiple Contacts returned using .net SDK version 2.101.0
So I downloaded smartsheet-csharp-sdk, get sheet with the following includes SheetLevelInclusion.OBJECT_VALUE); SheetLevelInclusion.FORMAT); SheetLevelInclusion.COLUMN_TYPE); SheetLevelInclusion.CONTACT_REFERENCES); "Level up" the get sheet to 2 Sheet sheet = smartsheet.SheetResources.GetSheet(sheetId, ListOfSLI, null,…
-
API Event Reporting error
Hello everyone, I am trying to develop an API connexion with Smartheet, but I have an error returned by a call that says that the action that the user was attempting is not included in my plan. "errorCode" : 1013, "message" : "The operation you are attempting to perform is not supported by your plan.", "refId" :…
-
API login
Hello everyone, Do you know if I need to be a Smartsheet licensed user to work with API ? I understood that I only need to have an access Token of a licensed user even if I am not. With the access Token, I have access to all the sheets, reports and dashboards that are shared to the owner of the access Token is that correct…
-
Automatically copy specific fields from new rows in one sheet to another
Hi Folks, We have an intake sheet / form and a separate project sheet. Goal is to automatically copy specific fields from new rows in the Intake sheet (source) to a different Project sheet (destination) each time a new row is entered by users. When a new row is entered, we want to copy (as a new row) specific fields from…
-
How to prevent Webhook infinite loop in Java
I am facing the issue of Webhook infinite loop in Java. Here is the relative document.
-
Document Management Systems
Hello All, We are using SS and considering DMS options (Efilecabinet, Box, M-file) to manage the bulk of docs we handle in the process. Wondering if anyone in the community that has a DMS in place can provide feedback or advice on their implementations. (how well it integrates with SS, potential problems). It doesn't have…