I was able to lost all PR by using below url
/rest/api/latest/projects/{projectname}/repos/{reponame}/pull-requests?state=ALLIt is listing all the PR now I want to add further restriction say it by start date.
I want to list all PR from the given start date, is it possible?
So please suggest the answer.
(I know about start and limit and nextPageStart which is used for pagination)