Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleAPI 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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1idfalseInteger

2namefalseStringtên grid tìm kiếm
3idInputFormfalseIntegermã grid
4idCreatorfalseIntegerngười tạo
5idProcessfalseIntegerquy trình
6startDatefalseIntegerformat : 2026-12-18 (yyyy-MM-dd), thời gian tạo
7endDatefalseInteger

8sortfalseInteger

name,desc
code,asc
created_at,desc

sort theo field này, và asc or desc


9sizefalseInteger

10pagefalseInteger







3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject

result(total)



result(page)



(result.items) 

Object[]danh sách  cấu hình grid

(result.items id

IntegerId  

(result.items) code

Integermã 

(result.items) name

Integertên cấu hình

(result.items) nameCreator

String tên người tạo

(result.items) nameInputForm


tên grid

(result.items) idInputForm

IntegerId grid

(result.items) idCreator

Integerid người tạo

(result.items) usedCount

Integerđã sử dụng nếu > 0

(result.items) createdAt

Stringngày tạo : 

2025-12-22T10:47:47.000Z










Panel
titleTạ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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1codeInputFormtrueIntegermã grid
2nametrueStringtên cấu hình ẩn hiện grid
3idInputFormtrueIntegerid grid
4idCreatortrueIntegerngười tạo
5

nameInputForm

trueIntegertên grid
6

status

trueIntegervalue 1 or 0
7

dataHeader

falseString"{\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

trueInteger

name,desc
code,asc
created_at,desc

sort theo field này, và asc or desc


9

processList

falseString"[{\"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

falseboolean

11

lockedAll

falseboolean

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject

result(total)result(page)

(result) id

IntegerId  

(result.items) code

Integermã 

(result) name

Integertên cấu hình

(result) nameCreator

String tên người tạo

(result) nameInputForm


tên grid

(result) idInputForm

IntegerId grid

(result) idCreator

Integerid người tạo

(result) usedCount

Integerđã sử dụng nếu > 0

(result) createdAt

Stringngày tạo : 

2025-12-22T10:47:47.000Z







Panel
titleCậ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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1nametrueStringtên cấu hình ẩn hiện grid
2

status

trueIntegervalue 1 or 0
3

dataHeader

trueString"{\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

trueString"[{\"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

trueboolean

6

lockedAll

trueboolean

7

id

trueinteger

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject

(result) id

IntegerId  

(result.items) code

Integermã 

(result) name

Integertên cấu hình

(result) nameCreator

String tên người tạo

(result) nameInputForm


tên grid

(result) idInputForm

IntegerId grid

(result) idCreator

Integerid người tạo

(result) usedCount

Integerđã sử dụng nếu > 0

(result) createdAt

Stringngày tạo : 

2025-12-22T10:47:47.000Z







Panel
titleget 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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1

id

trueinteger

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject

(result) id

IntegerId  

(result.items) code

Integermã 

(result) name

Integertên cấu hình

(result) nameCreator

String tên người tạo

(result) nameInputForm


tên grid

(result) idInputForm

IntegerId grid

(result) idCreator

Integerid người tạo

(result) usedCount

Integerđã sử dụng nếu > 0

(result) createdAt

Stringngày tạo : 

2025-12-22T10:47:47.000Z







Panel
titleDelete 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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1

id

trueinteger

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject
Panel
titleAPI 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

1. Headers

STT 

Field

Source Data Type / Length 

Description

Sample Values

1authorizationStringTokenBearer eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NjYzOTgyNDUsInVzZXIiOiJ7XCJpZFwiOjIwMjAsXCJ1c2VybmFtZVwiOlwiMDM3NDc4ODQwNVwiLFwibmFtZVwiOlwiQ2h1IFRo4buLIExpw6puXCIsXCJyb2xlc1wiOltdLFwibWFwQmVhdXR5U2Fsb25cIjp7XCJicG0ucmVib3JuLnZuXCI6Nn0sXCJlbXBsb3llZUlkXCI6NTMxLFwiYnJhbmNoSWRcIjoyM30ifQ.qRoaRDxjqyWS-3Az_ZqLmR0KAcPTM7jXggW1Ja5wpEc

2. Param

STT

Field

Required

Data Type / Length

Description

Note

1

id

trueinteger

2

valueUsed

trueinteger-1 or 1 for not use or use

3. Response / Incoming Data Specification

STT

Field

Data Type / Length

Description

Note


codeInteger0: thành công, != 0 thất bại

messageString


resultObjectObject

3.4 Mô tả các trường dữ liệu trên màn hình:

...