I'm working on fetching all the Workitems from VSTS using REST APIs. I come across this documentation Get data for each work item returned
It's a POST method and we are not passing any body, will it return all the workitems as mentioned in the documentation?
Thanks, Siva