{
  "info": {
    "_postman_id": "e9216c15-624b-42ea-a3b9-5ddcfd1db802",
    "name": "SATRIA Governor Production API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Koleksi lengkap Production API SATRIA untuk Sistem Gubernur: irigasi, aset, IKSI, area, polygon, dan insiden."
  },
  "item": [
    {
      "name": "Ping",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Validasi Client ID, API key, scope, dan masa berlaku.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/ping",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "ping"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Metadata dataset",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:irrigation.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/metadata",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "metadata"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Daftar Daerah Irigasi",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:irrigation.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/irrigation-areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "irrigation-areas"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Inventaris aset",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:irrigation.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "assets"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Aset GeoJSON",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:irrigation.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/assets?format=geojson",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "assets"
          ],
          "query": [
            {
              "key": "format",
              "value": "geojson"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "IKSI terbaru",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:iksi.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/iksi",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "iksi"
          ]
        }
      },
      "response": []
    },
    {
      "name": "IKSI AIR TERANG 2025",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:iksi.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/iksi?di=AIR%20TERANG&year=2025",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "iksi"
          ],
          "query": [
            {
              "key": "di",
              "value": "AIR%20TERANG"
            },
            {
              "key": "year",
              "value": "2025"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "IKSI seluruh histori",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:iksi.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/iksi?history=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "iksi"
          ],
          "query": [
            {
              "key": "history",
              "value": "true"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Ringkasan area seluruh D.I",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:areas.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/areas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "areas"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Area PANEKI",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:areas.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/areas?di=PANEKI",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "areas"
          ],
          "query": [
            {
              "key": "di",
              "value": "PANEKI"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Polygon PANEKI GeoJSON",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:areas.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/areas?di=PANEKI&format=geojson",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "areas"
          ],
          "query": [
            {
              "key": "di",
              "value": "PANEKI"
            },
            {
              "key": "format",
              "value": "geojson"
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Insiden dan laporan",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-Client-ID",
            "value": "{{clientId}}",
            "type": "text"
          },
          {
            "key": "X-API-Key",
            "value": "{{apiKey}}",
            "type": "text"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "description": "Scope read:incidents.",
        "url": {
          "raw": "{{baseUrl}}/api/v17/national/incidents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v17",
            "national",
            "incidents"
          ]
        }
      },
      "response": []
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://upt1cikasda.biz.id/satria",
      "type": "string"
    },
    {
      "key": "clientId",
      "value": "gov-sulteng-satria-prod",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "",
      "type": "secret"
    }
  ]
}