...
3.3 API Spec: <gắn link tài liệu mô tả API vào đây>
| Panel |
|---|
| title | API Import danh sách hợp đồng |
|---|
|
Method | GET | URL | /application/projectRealty/list |
|---|
Description | API danh mục dự án |
|---|
Note | API cũ |
|---|
STT | Field | Source Data Type / Length | Description | Sample Values |
|---|
| 1 | authorization | String | Token | Bearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc |
2. ParamSTT | Field | Required | Data Type / Length | Description | Note |
|---|
| 1 | name | false | String | Từ khóa tìm kiếm theo tên dự án |
| | 2 | page | false | Integer | Trang dữ liệu (phân trang) |
| | 3 | size | false | Integer | Số bản ghi mỗi trang |
| | 4 | source | false | String | Nguồn dữ liệu |
| | 5 | cityId | false | Integer | thành phố |
| | 6 | districtId | false | Integer | phường xã |
| | 7 | investorId | false | Integer | id chủ đầu tư |
| | 8 | status | false | Integer | trạng thái |
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| 1 | code | Integer | 0: thành công, != 0 thất bại |
| | 2 | message | String |
|
| | 3 | result | Object[] |
|
| | 4 | items | List<Object> | Danh sách dự án |
| | 5 | (items) id | Integer | id |
| | 6 | (items) address | String | địa chỉ |
| | 7 | (items) cityId | Integer | id thành phố |
| | 8 | (items) cityName | String | tên thành phố |
| | 9 | (items) code | String | mã dự án |
| | 10 | (items) departmentId | Integer | id phòng ban |
| | 11 | (items) departmentName | String | tên phòng ban |
| | 12 | (items) districtId | Integer | id quận huyện |
|
| (items) districtName | String | quận huyện |
|
| (items) cityName | String | tên thành phố |
|
| (items) investorId | Integer | id chủ đầu tư |
|
| (items) investorName | String | chủ đầu tư |
|
| (items) isHandoverProject | Integer | dự án bàn giao cơ quan nhà nước
|
|
| (items) name | String | tên dự án |
|
| (items) pclId | Integer | id loại dự án |
|
| (items) pclName | String | loại dự án |
|
| (items) source | String | nguồn dữ liệu |
|
| (items) status | Integer | trạng thái |
|
| (items) subdistrictId | String | id xã phường |
|
| (items) subdistrictName | String | tên xã phường |
|
| (items) totalArea | Integer | quy mô dự án |
|
|
| Panel |
|---|
|
STT | Field | Source Data Type / Length | Description | Sample Values |
|---|
|
|
|
|
|
2. BodySTT | Path | Field | Data Type / Length | Description | Note | Sample Values |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note | Sample Values |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...