Statistics of a team
GET/companies/:company_id/teams/:team_name/statistics
Statistics of a team
Request
Path Parameters
team_name stringrequired
Responses
- 200
Retrieve team statistics
- application/json
- Schema
- Example (from schema)
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
{
"customers": 10,
"contracts": 10,
"members": 10,
"leaders": 10,
"subordinate": 10
}
Loading...