GET api/Forums/GetForumTopicForEdit/{id}
Đọc nội dung một chủ đề để sửa Dữ liệu ngắn gọn chỉ có nội dung (Content) và ghi chú (Note) Gọi PutShortForumTopic để cập nhật
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID chủ đề cần đọc. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Trả về một đối tượng TForumTopicEditData chứa thông tin chủ bài viết để sửa
TForumTopicEditData| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID của chủ đề bài viết |
integer |
None. |
| Content |
Nội dung chủ đề |
string |
None. |
| Note |
Ghi chú chủ đề |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Content": "sample string 2",
"Note": "sample string 3"
}