Get a teamCopy Pageget https://api.atono.io/api/v1/teams/{id}Path ParamsiduuidrequiredThe UUID of the team.Query Paramsincludearray of objects | nullIncludes additional related data for each team. Repeat the parameter to include multiple relationships. MEMBERS - The users added to the team as members. ADMINS - The users added to the team as admins. BACKLOG_OWNERS - The users added to the team as backlog owners. includeAllowed:MEMBERSADMINSBACKLOG_OWNERSADD Responses 200Successfully retrieved the team and its included relationships. 403The authenticated user does not have permission to access the requested team. 404The team could not be found, or one of the requested related resources (include) does not exist.Updated 27 days ago