GET api/HomeApi/GetRefTopicContent/{id}?Lang={Lang}
API trả về nội dung một mục trợ giúp theo ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID mục trợ giúp cần đọc. |
integer |
Required |
| Lang |
Ngôn ngữ của nội dung trả về. Mặc định là "vi". |
string |
Default value is vi |
Body Parameters
None.
Response Information
Resource Description
Nội dung chi tiết mục trợ giúp .
TRefTopic| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID mục trợ giúp |
integer |
None. |
| Title |
Tiêu đề mục trợ giúp |
string |
None. |
| Content |
Nội dung mục trợ giúp định dạng HTML |
string |
None. |
| State |
Trạng thái |
integer |
None. |
| Note |
Ghi chú |
string |
None. |
| Index |
Thứ tự |
integer |
None. |
| CreatedTime |
Thời gian tạo |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Title": "sample string 2",
"Content": "sample string 3",
"State": 4,
"Note": "sample string 5",
"Index": 6,
"CreatedTime": "2026-01-09T22:12:09.8817342+07:00"
}