Get All Total Data

Get All Total Data

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/dashboard

Response : 200 - OK

{
    "destination": 131,
    "category": 15,
    "island": 8,
    "province": 34,
    "video": 20,
    "inspiration": 10
}

Response : 404 - Not Found

Not Found

Response : 500 - Server Error

Internal Server Error