Get Total Quote by Tag

Get Total Quote by Tag

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/tag/total-quote

Response : 200 - OK

[
	{
		"id": 1,
		"label": "Love",
		"slug": "love",
		"total": 54
	},
	{
		"id": 2,
		"label": "Life",
		"slug": "life",
		"total": 51
	}
]

Response : 404 - Not Found

Not Found

Response : 500 - Server Error

Internal Server Error