š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/pulls/forTeam/:teamDataId \
--header 'bearer: <api-key>'{
"pullRequests": [
{}
],
"pullRequests[].id": "<string>",
"pullRequests[].repoId": "<string>",
"pullRequests[].repoName": "<string>",
"pullRequests[].number": 123,
"pullRequests[].title": "<string>",
"pullRequests[].state": "<string>",
"pullRequests[].author": "<string>",
"pullRequests[].createdAt": "<string>",
"pullRequests[].updatedAt": "<string>",
"pullRequests[].mergedAt": "<string>",
"pullRequests[].closedAt": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/pulls/forTeam/:teamDataId \
--header 'bearer: <api-key>'{
"pullRequests": [
{}
],
"pullRequests[].id": "<string>",
"pullRequests[].repoId": "<string>",
"pullRequests[].repoName": "<string>",
"pullRequests[].number": 123,
"pullRequests[].title": "<string>",
"pullRequests[].state": "<string>",
"pullRequests[].author": "<string>",
"pullRequests[].createdAt": "<string>",
"pullRequests[].updatedAt": "<string>",
"pullRequests[].mergedAt": "<string>",
"pullRequests[].closedAt": "<string>"
}