-
Smartsheet for Outlook Add-in – Compatibility with Microsoft’s NAA and Graph API?
Hi Community, With Microsoft deprecating legacy Exchange Online tokens by October 31, 2025 (MC902782), I wanted to confirm whether the Smartsheet for Outlook add-in is now fully compliant with Nested App Authentication (NAA) and uses Microsoft Entra ID tokens and Microsoft Graph API.
-
Load sub children with the new api endpoints
The new api endpoints only returns the top level of a workspace or of a folder: As an example let's say i do that call : https://api.smartsheet.com/2.0/workspaces/1234567890/children?maxItems=1000 It will return only the sheets, reports, folder at the root of the workspace. (exact same behaviour for querying folders…
-
Update Columns API Possible Bug - unable to clear all options in a MULTI_PICKLIST column
NOTE: I tried to file this several times a support ticket, but the AI BOT was unable to create a ticket and the OG Support Portal no longer allows the direct creation of tickets. Grrrrrr. ISSUE: It appears that the Update Column API PUT https://api.smartsheet.com/2.0/sheets/{sheetId}/columns/{columnId} fails to work as…
-
Keeping the API token secure on a shared hosting website. Using PHP
I have a website on shared hosting. I know that I should keep api tokens out of public_html folders on said website. I would like to use a <domain>/config/config.php file to hold those api tokens for Smartsheets. This approach is working for another application that I integrate with from this website. However, when I put…
-
what is the cause of "Unexpected character encountered while parsing value: <. Path '', line 0, pos"
what is the cause of "Unexpected character encountered while parsing value: <. Path '', line 0, position 0." error when using the C# SDK. the full log message is: - 2025-09-18 09:58:54 *** Exception in 'ProcessShares(Entity, EntityName, EntityId, Counter, ssWorkspace)' 2025-09-18 09:58:54 1 'ShareResources.ListShares()'…
-
Potential recently introduced bug on Create Webhook call? (POST /webhooks)
Our Smartsheet integration has occasional need to create a webhook before it knows the ultimate URL for the callback. For several years, we have done this by supplying a dummy URL to the CreateWebhook (POST /webhooks) API and then before we verify that webhook, we update the URL with the POST /webhooks API and set it to…
-
Can i integrate Smartsheet with a location finder like google maps
I am creating a work inspection register on a large airport in Saudi arabia and I would like the contractor to provide the GPS co-ordinates of the location where the inspection will be required.
-
Test bed for new deprecations?
Hello, with the substantial API deprecations that were announced last week, will there be a test-bed on which we can test our proposed changes to ensure we have caught all possible deprecated access attempts before the main production service URL enacts the deprecation? If so, when (ish) and how might we access the test…
-
linksOutToCells return as null
I've tried using the C# SDK and directly to the API. In both cases the get specifies include=crossSheetReferences when getting the sheet. The Rows are returned and the Cells contain the correct data but in each case the linksOutToCells is null. What am I missing?
-
Does a view-only user need a license to use the API?
Hello everyone, I will need to use Smartsheet API to ingest data from Smartsheet to an object storage. To do that, my client will create a view only account for me. If I understand correctly, to use the API the account needs to be licensed, so we will need to pay for this "service account". That is correct?