Get All Dusun

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 : /wiladm/dusun

Response : 200 OK

[
{
"id": 1,
"nama_dusun": "Sugih Waras",
"kepala_dusun": "Sugino",
"nik": "111111111",
"r_t_count": 1,
"r_w_count": 1,
"l_count": 94,
"p_count": 94
}
]

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error