...
| Panel |
|---|
| title | API lấy thông tin danh sách ẩn hiện grid |
|---|
|
Method | Get | URL | /application/hide_show_input_tables_management/list?startDate=2025-01-18&page=0&size=20&endDate=2026-12-18&sort=name,asc |
|---|
Description | API lấy thông tin danh sách ẩn hiện grid |
|---|
Note | API mới |
|---|
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 | id | false | Integer |
|
| | 2 | name | false | String | tên grid tìm kiếm |
| | 3 | idInputForm | false | Integer | mã grid |
| | 4 | idCreator | false | Integer | người tạo |
| | 5 | idProcess | false | Integer | quy trình |
| | 6 | startDate | false | Integer | format : 2026-12-18 (yyyy-MM-dd), thời gian tạo |
| | 7 | endDate | false | Integer |
|
| | 8 | sort | false | Integer | name,desc code,asc created_at,desc sort theo field này, và asc or desc |
| | 9 | size | false | Integer |
|
| | 10 | page | false | Integer |
|
|
|
|
|
|
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
| result(total) |
|
|
|
| result(page) |
|
|
|
| (result.items) | Object[] | danh sách cấu hình grid |
|
| (result.items id | Integer | Id |
|
| (result.items) code | Integer | mã |
|
| (result.items) name | Integer | tên cấu hình |
|
| (result.items) nameCreator | String | tên người tạo |
|
| (result.items) nameInputForm |
| tên grid |
|
| (result.items) idInputForm | Integer | Id grid |
|
| (result.items) idCreator | Integer | id người tạo |
|
| (result.items) usedCount | Integer | đã sử dụng nếu > 0 |
|
| (result.items) createdAt | String | ngày tạo : 2025-12-22T10:47:47.000Z |
|
|
|
|
|
|
| Panel |
|---|
| title | Tạo thông tin ẩn hiện grid |
|---|
| Method | Post | URL | application/hide_show_input_tables_management/saveOrUpdate |
|---|
Description | API tạo mới thông tin ẩn hiện grid |
|---|
Note | API mới |
|---|
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 | codeInputForm | true | Integer | mã grid |
| | 2 | name | true | String | tên cấu hình ẩn hiện grid |
| | 3 | idInputForm | true | Integer | id grid |
| | 4 | idCreator | true | Integer | người tạo |
| | 5 | nameInputForm | true | Integer | tên grid |
| | 6 | status | true | Integer | value 1 or 0 |
| | 7 | dataHeader | false | String | "{\n \"id\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"stt\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"name\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"doctype\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"docapply\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"docoffer\": {\n \"is_visible\": true,\n \"editable\": false\n }\n}" |
| | 8 | nameCreator | true | Integer | name,desc code,asc created_at,desc sort theo field này, và asc or desc |
| | 9 | processList | false | String | "[{\"task_id\": 26, \"task_name\": \"taskname\", \"process_id\": 27, \"process_name\": \"abcdd\"}, {\"task_id\": 28, \"task_name\": \"taskname1\", \"process_id\": 11, \"process_name\": \"abcdd2\"}]" |
| | 10 | lockedRow | false | boolean |
|
| | 11 | lockedAll | false | boolean |
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
| result(total) | result(page) | (result) id | Integer | Id |
|
| (result.items) code | Integer | mã |
|
| (result) name | Integer | tên cấu hình |
|
| (result) nameCreator | String | tên người tạo |
|
| (result) nameInputForm |
| tên grid |
|
| (result) idInputForm | Integer | Id grid |
|
| (result) idCreator | Integer | id người tạo |
|
| (result) usedCount | Integer | đã sử dụng nếu > 0 |
|
| (result) createdAt | String | ngày tạo : 2025-12-22T10:47:47.000Z |
|
|
|
|
|
|
|
| Panel |
|---|
| title | Cập nhật thông tin ẩn hiện grid |
|---|
| Method | Post | URL | application/hide_show_input_tables_management/saveOrUpdate |
|---|
Description | API cập nhật thông tin ẩn hiện grid |
|---|
Note | API mới |
|---|
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 | true | String | tên cấu hình ẩn hiện grid |
| | 2 | status | true | Integer | value 1 or 0 |
| | 3 | dataHeader | true | String | "{\n \"id\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"stt\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"name\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"doctype\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"docapply\": {\n \"is_visible\": true,\n \"editable\": false\n },\n \"docoffer\": {\n \"is_visible\": true,\n \"editable\": false\n }\n}" |
| | 4 | processList | true | String | "[{\"task_id\": 26, \"task_name\": \"taskname\", \"process_id\": 27, \"process_name\": \"abcdd\"}, {\"task_id\": 28, \"task_name\": \"taskname1\", \"process_id\": 11, \"process_name\": \"abcdd2\"}]" |
| | 5 | lockedRow | true | boolean |
|
| | 6 | lockedAll | true | boolean |
|
| | 7 | id | true | integer |
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
| (result) id | Integer | Id |
|
| (result.items) code | Integer | mã |
|
| (result) name | Integer | tên cấu hình |
|
| (result) nameCreator | String | tên người tạo |
|
| (result) nameInputForm |
| tên grid |
|
| (result) idInputForm | Integer | Id grid |
|
| (result) idCreator | Integer | id người tạo |
|
| (result) usedCount | Integer | đã sử dụng nếu > 0 |
|
| (result) createdAt | String | ngày tạo : 2025-12-22T10:47:47.000Z |
|
|
|
|
|
|
|
| Panel |
|---|
| title | get thông tin ẩn hiện grid by id |
|---|
| Method | Get | URL | application/hide_show_input_tables_management/get |
|---|
Description | API get thông tin ẩn hiện grid by id |
|---|
Note | API mới |
|---|
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 | id | true | integer |
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
| (result) id | Integer | Id |
|
| (result.items) code | Integer | mã |
|
| (result) name | Integer | tên cấu hình |
|
| (result) nameCreator | String | tên người tạo |
|
| (result) nameInputForm |
| tên grid |
|
| (result) idInputForm | Integer | Id grid |
|
| (result) idCreator | Integer | id người tạo |
|
| (result) usedCount | Integer | đã sử dụng nếu > 0 |
|
| (result) createdAt | String | ngày tạo : 2025-12-22T10:47:47.000Z |
|
|
|
|
|
|
|
| Panel |
|---|
| title | Delete thông tin ẩn hiện grid by id |
|---|
| Method | Delete | URL | application/hide_show_input_tables_management/delete |
|---|
Description | API delete thông tin ẩn hiện grid by id |
|---|
Note | API mới |
|---|
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 | id | true | integer |
|
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
|
| Panel |
|---|
| title | API change thông tin sử dụng ẩn hiện grid by id |
|---|
| Method | post | URL | application/hide_show_input_tables_management/change-used-count |
|---|
Description | API change thông tin sử dụng ẩn hiện grid by id |
|---|
Note | API mới |
|---|
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 | id | true | integer |
|
| | 2 | valueUsed | true | integer | -1 or 1 for not use or use |
|
3. Response / Incoming Data Specification| STT | Field | Data Type / Length | Description | Note |
|---|
| code | Integer | 0: thành công, != 0 thất bại |
|
| message | String |
|
|
| result | Object | Object |
|
|
|
3.4 Mô tả các trường dữ liệu trên màn hình:
...