{"title":"水資源使用計畫 Web API","version":"1.1.0","framework":".NET Framework 4.8","authentication":"Basic Authentication (需於 Header 帶入 Authorization)","endpoints":{"plans":{"getAll":"GET /api/wateruseplans - 獲取所有核定計畫 (基本認證)","search":"GET /api/wateruseplans/search - 分頁搜尋 (需 Read 權限)","getById":"GET /api/wateruseplans/{id} - 取得單一詳情 (需 Read 權限)"},"statistics":{"counties":"GET /api/wateruseplans/statistics/counties - 縣市統計 (需 Admin 權限)"},"account":{"userInfo":"GET /api/wateruseplans/auth/userinfo - 查看目前帳號資訊與權限"}},"examples":{"searchByCounty":"GET /api/wateruseplans/search?county=臺中市&page=1&pageSize=10","searchByDate":"GET /api/wateruseplans/search?approvalDateFrom=2026-01-01&approvalDateTo=2026-12-31","getSpecificPlan":"GET /api/wateruseplans/W1120001","userInfo":"GET /api/wateruseplans/auth/userinfo"},"notes":["1. 所有的計畫資料皆包含 Meters (水號) 巢狀列表。","2. 分頁預設值為 Page=1, PageSize=20。","3. 認證失敗時會回傳 401 Unauthorized，權限不足則回傳 403 Forbidden。"]}