Sign in to join the conversation:
I need to bring data from Smart sheet data into sql server using ssis. can anyone suggest the steps.
Hi,
Maybe you can find an answer here: https://stackoverflow.com/questions/tagged/smartsheet-api
Hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…