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!
With the announcement of the deprecation of "/workspaces/{workspaceId}" and the deprecation of the template listing endpoint (https://developers.smartsheet.com/api/smartsheet/changelog#template-listing-endpoints) There does not seem to be a way to retrieve a list of templates for a given workspace. Our app relies on these…
Hello :) I am building a project management system where we have: Asset (Parent Object) Components needing fixing/replacement (Child Objects). In my Bridge workflow I have managed to achieve child row creation based on the number of values in the dropdown cell (components). I need to add a feature that spreads each…
Hello, I found that sheet modifiedAt field in "List Sheets" GET method sometimes is different than modifiedAt field from "Get Sheet". Is this normal ? When I change a value in a cell, Get Sheet method returns the last modifiedAt date but List Sheets remain with the old value.