Get a teamAsk AIget https://api.atono.io/api/v1/teams/{id}Returns a team, its details, and members, and included related data, such as team admins and backlog owners.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. includeADD 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 10 months ago