Sign in to join the conversation:
Does anyone see how to set the project date range in the project settings through the API?
I need to create a trigger that changes the dates that respond to the predecessors from one set of dates to another set of dates.
This had me curious. The api docs mention the 'ganttConfig' element, but when including that in a get sheet request, there is no additional data in the response:
http://smartsheet-platform.github.io/api-docs/#get-sheet
The only project settings I see from the API are 'lengthOfDay', 'workingDays' & 'nonWorkingDays'.
api@smartsheet.com maybe has the answer. Let me know what you figure out!
I had a question is it possible to export the data shuttles, mesh , dynamic views and pivots which we have created or the once which are shared to us. If not it would be great if someone brings an endpoint which wud connect it directly so as to pull the data through code
We are trying to enable Oauth for Smartsheets to read data from our application. We are trying to create an application but unable to find Developer tools option Could you please guide us if there are any steps to follow to enable developer tools?
Based on info available in the changelog (specifically https://developers.smartsheet.com/api/smartsheet/changelog#2025-08-04) ) for some endpoints offset-based pagination is being replaced with token-based pagination. Is there a list of endpoints that will be impacted by this change? I am trying to stay ahead of this and…