Director by Country

Total Director by Country

To get the data in the specified collection. If no parameters are passed, it lists all of them. Otherwise, it lists the documents in the collection matching the specified parameters:

Method : GET

URL : /api/statistics/director-by-country

Response : 200 - OK

[
	{
		"id": 1,
		"label": "United States",
		"total": 60
	},
	{
		"id": 3,
		"label": "United Kingdom",
		"total": 8
	},
	{
		"id": 4,
		"label": "Canada",
		"total": 3
	},
	{
		"id": 5,
		"label": "Australia",
		"total": 3
	}
]

Response : 404 - Not Found

Not Found

Response : 500 - Server Error

Internal Server Error