Get All Kategori Kelompok

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 : /kelompok/master-data

Response : 200 OK

[
{
"id": 24,
"nama_kelompok": "Kelompok A"
},
{
"id": 25,
"nama_kelompok": "Kelompok B"
}
]

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error