I was excited to learn yesterday that we can update report definitions (filter, group, summarize, and sort) via the API. The Smartsheet API documentation details how to update report definitions, but I understand the caveat is that when you do so, you overwrite the existing. You have to first get the existing report definitions, add/change what you want, then include all of those in the update.
I'm using Bridge. The Get Report module does not include definitions. According to some AI chats I should be able to use this endpoint, but it doesn't work in Bridge or in Postman:
/reports/{report ID}/reportdefinition
Has anyone had any success with pulling existing report definitions?