I'm integrating the bitbucket APIs and I'm calling many APIs from the backend I want data that are created newly and greater than given DateTime so is there any parameter in the APIs to find data according (between two dates)?
List of APIs
- https://api.bitbucket.org/2.0/repositories/{workspace}
- https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pullrequests
- https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/commits
Looking forward to your reply.
Thanking you in advance.
I want data according between two DateTime.