-
SOLVED API - Finding a user using the email address not the {userId}
Good day, SOLVED! users?email= I have read the API documentation and see that you can query users using the identity {userId}. This of course assumes that you know what the {userId} for a particular user is which is rarely the case as this is generated by SmartSheet and not by the corporation using SmartSheet. The…
-
How to avoid webhook triggering from cell format updates???
I'm using make.com to do some automations when certain columns in a row are updated. Works great until someone re-aligns the columns and updates 1500 cells at once, sending my webhook 1500 requests. I can filter them out by detecting the actual data cell history, but it still uses 3000 operations for no reason and ties up…
-
Smartsheet API Add attachment to Sheet using Powershell
I am building a Powershell module. Yes I know there is the C# SDK but I do not want that as a dependency for this Module. I am struggling with this API Call: Attach File or URL to Sheet This is my code: $BaseURI = "https://api.smartsheet.com/2.0" $Id = {smartsheet id} $filename = "MyDoc.docx" $mimetype =…
-
Form Customization
I was hoping there is a way to tap into the HTML of the forms to customize them a little more. I'm specifically unimpressed with the spacing options. The form looks as though it's made for mobile devices only. Also, is it possible to group questions? Ie all relevant questions enclosed in a box, same background color, etc.…
-
Smartsheet API in Python: Inaccessible 429 Response
I am trying to understand / plan for the rate limits, particularly for the get_cell_history method in the python api. When I run the code below, I see the following response printed to my console: {"response": {"statusCode": 429, "reason": "Too Many Requests", "content": {"errorCode": 4003, "message": "Rate limit…
-
ARABIC DATA SUPPORT FOR PDF BUILDER
Hi, The PDF document builder does not support to send/present data with Arabic langugae . This is very frusturated to Middle East/Arabic users . Please consider to support Arabic language when export Arabic data through PDF doc builder , Thanks
-
Arabic Charecters are not generated in filable pdf :(
Data in Arabic charecters/letters in my sheet are not verified/seen when generate filable pdf doc and instead it shows blank space. This issue only when generate local PDF doc , Google Doc are fine to read arabic data from smartsheet How to get our Arabic data exported to filable PDF feilds ? 😔
-
I am unable to create a Developer Smartsheet Account using developer registration portal.
I am unable to create a new developer smartsheet account using the developer registration portal https://developers.smartsheet.com/register/ It throws an error. I have tried multiple times from different browsers or systems. Please help me out here. Thanks in advance.
-
Is there a change log for the Smartsheet API Reference?
The Smartsheet API Reference shows that it was updated on 2022-07-13. Is there a way to see what changed?
-
Getting last login information via API call
I have looked at the documentation for the API call but when I am hitting the users endpoint: https://api.smartsheet.com/2.0/users?include=lastLogin,source&includeAll=true it is not including the lastLogin information. If I hit: https://api.smartsheet.com/2.0/users?include=lastLogin then I will receive it for those users…