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'm looking to develop a solution for copying forms from one sheet to another, based on matching fields in the forms. I am having difficulty, however in getting forms to appear as an attribute or an associated object to a sheet. What is the correct way to use the API for listing/discovering the forms associated with a…
Hi I am getting a 403 forbidden status when trying to use the endpoint to copy one folder to another. This has worked previously and I can access other endpoints of the API.
We are trying to update all users’ timesheets programmatically, which will involve tens of thousands of records in total. According to the Resource Management API documentation, time entries can only be updated one at a time. Is there a way to batch update multiple records at once? If I’m not mistaken, the API rate limit…