Method | Get | URL | /application/attachment/history |
|---|
Description | API xem lịch sử phiên bản |
|---|
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 | id tài liệu |
|
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 | List<Object> |
|
| | 4 | (result) code | String | mã tài liệu |
|
| (result) name | String | Tên tài liệu |
| | 5 | (result) version | String | version tài liệu |
| | 6 | (result) typefileType | String | loại tài liệu |
| | 7 | (result) stepName | String | bước quy trình |
| | 8 | (result) extension | String | loại file |
| | 9 | (result) updatedTime | Timestamp | thời gian cập nhật |
| | 10 | (result) updatedBy | String | người cập nhật |
| | 11 | (result) fileUrl | String | link download tài liệu |
|
|