Open
Description
Is there a way to get the feedback data in the retrospectives through the REST API? I would like to write a script to walk through each of the retrospectives, gather the "What went well" and "What didn't go well" data and dump it all to a single CSV file that I can load and manipulate with Excel.
Using a PowerShell script, I have been able to access retrospective objects through the REST API and but I don't see any properties that contain the feedback data itself. Perhaps I am using the wrong URI? Is there a way to do this?