Skip to main content

Statistics of a team

GET 

/companies/:company_id/teams/:team_name/statistics

Statistics of a team

Request

Path Parameters

    team_name stringrequired

Responses

Retrieve team statistics

Schema

    customers numberrequired

    Number of customers managed by the team

    contracts numberrequired

    Number of contract managed by the team

    members numberrequired

    Number of members in the team

    leaders numberrequired

    Number of leaders in the team

    subordinate numberrequired

    Number of subordinates in the team

Loading...