-
API with Java SDK - Sheet Summary
I am trying to create a sheet summary field using the API in Java. I followed the example as they show on the API documents with java, but when I do the following: smartsheet.sheetResources().summaryResources().updateSheetSummaryFields(); it tells me that The method summaryResources() is undefined for the type…
-
Determine all of the workflows a user is assigned to/included in
Prior to deactivating a Smartsheet user, is there a way to see what workflows they were assigned to across all Smartsheet items? Oftentimes, the employee replacing that user will need to replace them in the workflows. Is there an easy way to do this? Even just knowing what workflows someone is involved in would be VERY…
-
How to use access_token? (api.smartsheet.com/2.0/token)
Node.js How to use access_token? I'm making a request: axios.post('https://api.smartsheet.com/2.0/token')... response: { access_token: 'xxx', token_type: 'bearer', refresh_token: 'xxx', expires_in: 604799 } var smartsheet = client.createClient({ accessToken: 'xxx', logLevel: 'info', }); But the result is always the same:…
-
Can we create new custom user roles in Smartsheet?
Does Smartsheet provide any facility to create custom roles and assign it to user using any REST API? Currently we are only able to assign Group Admin, System Admin or Resource viewer roles using /User endpoint. I also observe some roles such as owner, admin, editor, viewer or commenter. Does it also related to Smartsheet…
-
Get a sheet URL with the Sheet ID [API]
I'm using Python and I want to get the URL of a sheet if I know its sheet ID. I try to create a list of hyperlink thru the API. I already have access to the sheet and I could copy the url by hand, but that is not the point.
-
Updating Dropdown using Smartsheet API
Hello, I currently have a column with a dropdown list type and I'd like for it to be dynamic. I read some past discussions in the community, but I can't seem to find a clear solution when using the API. How can I use the API to automatically add to the dropdown when a new record is added? Or is there a way to use the API…
-
How to make a POST call using webhook
I have a use case where I want to trigger a UiPath Automation if any row gets added to a smartsheet. I went through the webhook documentation but in the create webhook function, we can pass just a URL for the "callbackurl" key. Since I have to make a POST call, I have a list of input paramters in the request body (plus the…
-
Move a row form one sheet to another in a different workspace
Hi I am trying to move a row from one sheet to another in a different workspace. I am the owner of the original sheet and I am the owner of the destination sheet and workspace. Is this possible as nothing comes up when o search for the sheet I want to move to.
-
Power Automate to save a Smartsheet attachment to SharePoint
Can you use Power Automate to save an attachment from a Smartsheet row to SharePoint? Alternatively, I need a way to link directly to the attachments in a sheet. Is either possible?
-
Creating a Group via API
I've searched the API Documentation, as well as github and I'm not seeing anything that allows someone to create a Smartsheet Group via the API - is that possible and I'm just not looking at the right thing? We are trying to set up automation with a multi-tier solution, and have others who are submitting project requests…