Get All Dana Desa
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 : /dana-desa
Response : 200 OK
[ { "id": 1, "jenis": 1, "uraian": "Pendapatan", "tahun": "2022", "anggaran": "20000", "realisasi": "10000", "created_at": "2022-03-09T12:14:02.000000Z" }]
Response : 404 NOT FOUND
Not Found
Response : 500 ERROR
Internal Server Error