I need to get a list of workitems under my projects .Treid using this API call
https://dev.azure.com/{organization}/{project}/_apis/wit/workitems?ids={ids}&api-version=5.0
it has a mandatory parameter as IDs so i need to find the IDs of workitems.
Can someone guide me on how to get the list of IDs ? or any APIs available ?