š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/paginated/forTeam/allIntakes/:teamDataId \
--header 'bearer: <api-key>'{
"intakes": [
{}
],
"pagination": {},
"pagination.total": 123,
"pagination.limit": 123,
"pagination.offset": 123,
"pagination.hasMore": true,
"teamInfo": {},
"teamInfo.teamId": "<string>",
"teamInfo.teamName": "<string>",
"teamInfo.repositoryCount": 123
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/paginated/forTeam/allIntakes/:teamDataId \
--header 'bearer: <api-key>'{
"intakes": [
{}
],
"pagination": {},
"pagination.total": 123,
"pagination.limit": 123,
"pagination.offset": 123,
"pagination.hasMore": true,
"teamInfo": {},
"teamInfo.teamId": "<string>",
"teamInfo.teamName": "<string>",
"teamInfo.repositoryCount": 123
}