Get Statistik Pendidikan

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 : /statistik/pendidikan

Response : 200 OK

[
{
"nama": "TIDAK / BELUM SEKOLAH",
"jumlah": 11
},
{
"nama": "BELUM TAMAT SD/SEDERAJAT",
"jumlah": 9
},
{
"nama": "TAMAT SD / SEDERAJAT",
"jumlah": 8
},
{
"nama": "SLTP/SEDERAJAT",
"jumlah": 10
},
{
"nama": "SLTA / SEDERAJAT",
"jumlah": 5
},
{
"nama": "DIPLOMA I / II",
"jumlah": 13
},
{
"nama": "AKADEMI/ DIPLOMA III/S. MUDA",
"jumlah": 12
},
{
"nama": "DIPLOMA IV/ STRATA I",
"jumlah": 9
},
{
"nama": "STRATA II",
"jumlah": 14
},
{
"nama": "STRATA III",
"jumlah": 9
}
]

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error