'Filter bitbucket pull requests based on start and end date API version 1.0
I am fetching pull requests where sate=MERGED for a particular repository using Bitbucket REST API version 1.0.
Below REST API works and list all requests where sate=MERGED
rest/api/1.0/projects/{repositories}/pull-requests?sate=MERGED
this the response received from the above api Api response tried to add additional filter &id=221&closedDate= but API always responding same response.
Any help is much appreciated
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
