| Key | Type | Required | Description |
|---|---|---|---|
| Authorization | string | ✅ | Bearer token SUPER_ADMIN |
| Content-Type | string | ✅ | application/json |
curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/management/provinces?currentPage=1&perPage=20&sortBy=name&sortOrder=asc&search=jawa&countryId=550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengambil data provinsi"
},
"data": [
{
"id": "f848f5cd-23cb-4bad-a536-815f3b38727f",
"sequenceId": 2,
"name": "Albert Cremin",
"code": "88",
"shortCode": "NTB",
"createdAt": "2025-12-22T14:19:04.452Z",
"updatedAt": "2025-12-22T14:19:04.452Z",
"country": {
"id": "4c43924a-d822-4fef-8291-fe6ad4e2bcc5",
"name": "Saudi Arabia",
"code": "595",
"continent": "Asia"
},
"stats": {
"totalRegencies": 3,
"totalAddresses": 0
},
"regenciesPreview": [
{
"id": "cc67b8d9-3253-415e-997f-ac93d4cd9f73",
"name": "Gerard Halvorson",
"code": "88.99",
"totalDistricts": 0
},
{
"id": "4c3c4576-88a3-4b09-80c4-5ae0e442d8f4",
"name": "Gerard Halvorson Dua",
"code": "99.77",
"totalDistricts": 0
},
{
"id": "c8521cc9-5b0f-435c-85b1-108447e4d598",
"name": "Gerard Halvorson Tiga",
"code": "88.77",
"totalDistricts": 0
}
],
"hasMoreRegencies": false
},
{
"id": "62a5a18e-9d2e-4273-950a-e21cddf7138b",
"sequenceId": 1,
"name": "Nusa Tenggara Barat",
"code": "52",
"shortCode": "NTB",
"createdAt": "2025-12-05T08:16:48.780Z",
"updatedAt": "2025-12-05T08:16:48.780Z",
"country": {
"id": "4c43924a-d822-4fef-8291-fe6ad4e2bcc5",
"name": "Saudi Arabia",
"code": "595",
"continent": "Asia"
},
"stats": {
"totalRegencies": 5,
"totalAddresses": 36
},
"regenciesPreview": [
{
"id": "40474f32-adf1-46f0-a772-38d147e147e8",
"name": "Lombok Barat",
"code": "5201",
"totalDistricts": 7
},
{
"id": "d21f20bb-7fa5-4263-8df1-1ef160a65471",
"name": "Lombok Tengah",
"code": "5202",
"totalDistricts": 5
},
{
"id": "ac7efab7-9edb-455f-add2-e0ecb9e20fc8",
"name": "Lombok Timur",
"code": "5203",
"totalDistricts": 5
}
],
"hasMoreRegencies": true
}
],
"pagination": {
"totalItems": 2,
"perPage": 10,
"totalPages": 1,
"currentPage": 1
}
}