Skip to main content

Retrieve team statistics

GET 

/companies/:companyID/teams/:teamName/statistics

Retrieve team statistics

Request

Path Parameters

    teamName 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...