INAPROCAPI Gateway
Legacy ISB APIE-Katalog V5

Legacy eKatalog archive paket e-purchasing

Legacy BigQuery-backed endpoint.

GET
/api/legacy/ekatalog-archive/paket-e-purchasing

Query Parameters

kode_klpdstring
tahunstring

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:8080/api/legacy/ekatalog-archive/paket-e-purchasing?kode_klpd=string&tahun=string"

[
  {}
]

{
  "success": false,
  "error": {
    "code": "Bad Request",
    "message": "Invalid request",
    "details": "The SQL query is malformed"
  },
  "meta": {
    "request_id": "req-123456"
  }
}

{
  "success": false,
  "error": {
    "code": "Unauthorized",
    "message": "Unauthorized",
    "details": "Invalid or missing API key"
  },
  "meta": {
    "request_id": "req-123456"
  }
}

{
  "success": false,
  "error": {
    "code": "Internal Server Error",
    "message": "Internal server error",
    "details": "An unexpected error occurred"
  },
  "meta": {
    "request_id": "req-123456"
  }
}

{
  "success": false,
  "error": {
    "code": "Service Unavailable",
    "message": "Service unavailable",
    "details": "The data source is temporarily unavailable"
  },
  "meta": {
    "request_id": "req-123456"
  }
}