-
Smartsheet to Oracle Enterprise Data Quality - OAuth2 Client Credentials
Hello Everyone- I am attempting to connect Smartsheet to Oracle's EDQ and keep running into the error "Process Failed: Network error OAuth2: error in access token request: Tried all" 6 addresses, but could not connect over HTTPS to server: api.smartsheet.com port:443 (Code 320,003)" I have tried different combinations of…
-
FolderResources.GetFolderChildren isn't returning the createdAt and modifiedAt for sheets
The new version of the api (FolderResources.GetFolderChildren) isn't returning correctly the createdAt and modifiedAt fields for sheets. As an examplle the following call isn't returing the fields correctly : SmartsheetClient.FolderResources.GetFolderChildren(9999, null, null, null, null, null, null); Can someone raise…
-
Question regarding API deprecation impact on Zapier and Domo integrations
Hello Smartsheet Team, Thank you for the notification regarding the upcoming API changes. We primarily use the Smartsheet API through third-party integration platforms (Zapier and Domo) rather than custom-built solutions. I would like to clarify the following points: Will Zapier and Domo automatically handle the API…
-
How to access the new end points via SDK
We were using python SDK to access smartsheet API's. Have seen most of the end points getting deprecated and provided new end points. Its providing the request with all params using direct API request in documentation. However no reference provided for using python SDK/other SDK's to access the API. Is Smarthsheet API…
-
Which .NET Version and Smartsheet SDK Should I Upgrade To for 2026 Endpoint Deprecations?
Hi Everyone, I have a Console Application that was developed using .NET Core 3.1 and Smartsheet SDK version 2.126.0. The application currently uses the following endpoints, which are scheduled to be deprecated in early 2026: GET /workspaces/{workspaceId}/folders GET /workspaces GET /workspaces/{workspaceId} GET…
-
HTTP 403 Error while copying large attachments from Smartsheet to Azure Blob after 1 minute
Around 4-5 years back we developed a job to take backup of attachments from smartsheet and store it in Azure Blob Storage. We are copying the attachment from Smartsheet to Azure directly using the temporary URL that we receive from Smartsheet GetAttachment API call. We are copying attachments up to a size of 2GB and this…
-
Export Smartsheet as CSV using API - "media type not supported"
I'm able to export a smartsheet document as JSON with the API, however, our endpoint doesn't support nested data. So I'd like to get it either as flattened JSON or CSV. Sample #4 here shows the CSV option: // Sample 4: Get sheet as CSV curl https://api.smartsheet.com/2.0/sheets/{sheetId} \ -H "Authorization: Bearer…
-
Reasons for error code 1008 in webhook subscription request
Hi, Zapier Integrations team here. We are experiencing users reporting being unable to set up a webhook subscription to Smartsheet when a POST request is made to https://api.smartsheet.com/2.0/webhooks Response received { "errorCode": 1008, "message": "Unable to parse request. The following error occurred: Field 'name'…
-
API for RM and smartsheet project plan linking
Are they any APIs that can be used to link an RM project to an existing smartsheet project plan? Also, is there an API that can be used to navigate between a smartsheet project plan and an RM project?
-
API creates rows but strips out all cell values
I am attempting to write data into Smartsheet using the API, but every POST request that adds a row results in all cell values being removed. The API call returns SUCCESS, a new row is created, and the row number increments correctly, but every cell in the row is blank. This happens consistently with all sheets, even with…