Is there a way to get all the team names and id using the portfolio rest api
GET teams-api/1.0/team
Currently it only returns about 11 teams and when I run the count API (teams-api/1.0/team/count) I get about 4K+ teams
I was able to see all teams by passing in additional parameters. I used the count API to understand how many pages I would need to request
/teams-api/1.0/team/?size=100&page=1
/teams-api/1.0/team/?size=100&page=2
/teams-api/1.0/team/?size=100&page=3
/teams-api/1.0/team/?size=100&page=4
etc.
me too, i am getting all teams and filtering out as i need, but now i have a problem to know which person is assign to each team, because what I see on the screen does not show up on API results for resources
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue here. any workaround to get the IDs for the teams ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.