Hi all,
I am totally green in terms of creating API and programming stuff, but keen very much to learn it. Do you know any places to recommend as a good start points?
Marcin.
Hi Marcin,
Is it for Smartsheet or in general? Below you have some info when it comes to Smartsheet.
Please see the attached link/screenshot for more information.
https://developers.smartsheet.com/
https://smartsheet-platform.github.io/api-docs/
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree,
I must say: both ;].
You know, to learn how to use it with Smartsheet, I assume I have to learn how to create an API in one of coding languages etc. but which one is the best to choose? Which one is the easiest for me? I have no idea
Also, I would like to know what can I obtain by using APIs with Smartsheet, any exaples? Probably because I have no knowlegde about it, I can't see what kind of extension (in terms of scope of using Smartsheet) I can get. Or maybe it is only for highly specialized functions that I will never use?
So confused...
I'm also interested in learning API, but I don't have the time and use case to justify it. Except that it would be fun and useful to know. If that's your situation as well, I would recommend looking at other options but first, go through what you need.
There are many resources, Linkedin Learning, Skillshare, Udemy, Youtube.
Heres a great starting point and then Craig and others that are familiar with API in the community can most definitely give better resources.
https://www.quora.com/From-where-and-how-do-I-learn-about-API-for-beginners
Andrée
API questions are best answered on Stack Overflow (www.stackoverflow.com) with the smartsheet-api tag.
Issues are best entered on GitHub
https://github.com/smartsheet-platform
What language are you using?
Craig
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()'…
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…
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…