Get All Admin
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 : /admin
Response : 200 OK
[ { "id": 1, "username": "user", "name": "User", "email": "user@user.com" }, { "id": 2, "username": "usernew", "name": "User New", "email": "usernew@user.com" }]
Response : 404 NOT FOUND
Not Found
Response : 500 ERROR
Internal Server Error