Thông báo mời thầu
Starter+Thông báo mời thầu đã chuẩn hoá từ mạng đấu thầu quốc gia: lĩnh vực, hình thức lựa chọn nhà thầu, giá gói thầu, địa bàn, thời điểm đăng và đóng thầu.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/procurement-tenders | Tìm kiếm, lọc, phân trang |
| GET /v1/procurement-tenders/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/procurement-tenders?q=từ khoá&per_page=10" \
-H "Authorization: Bearer dlpl_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Tham số và trường dữ liệu
Tham số lọc
| Tham số | Kiểu |
|---|---|
| q | Từ khoá tìm trong: notify_no, bid_name |
| notify_no | string |
| plan_no | string |
| procuring_entity_id | id |
| investor_id | id |
| field | string |
| selection_method | string |
| province | string |
| commune | string |
| posted_from (>=) | date |
| posted_to (<=) | date |
| closing_from (>=) | date |
| closing_to (<=) | date |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, notify_no, plan_no, procuring_entity_id, investor_id, province, posted_from, closing_from
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| egp_id* | string | Free |
| notify_no | string | Free |
| notify_version* | string | Free |
| bid_name | string | Free |
| procuring_entity_id* | id | Free |
| investor_id* | id | Free |
| field | string | Free |
| selection_method | string | Free |
| bid_mode* | string | Free |
| process* | string | Free |
| work_type* | string | Free |
| contract_type* | string | Free |
| package_price | int | Free |
| estimated_price* | int | Free |
| bid_security* | int | Free |
| province_code* | string | Free |
| province* | string | Free |
| province_name | string | Free |
| commune_code* | string | Free |
| commune* | string | Free |
| commune_name* | string | Free |
| plan_no* | string | Free |
| project_name* | string | Free |
| posted_at | datetime | Free |
| closing_at | datetime | Free |
| opening_at* | datetime | Free |
| is_online* | bool | Free |
| has_bidding_documents* | bool | Free |
| file_count* | int | Free |
| status* | string | Free |
* chỉ trả ở endpoint chi tiết.