GET api/HomeApi/GetTaskforceIntroPage?Lang={Lang}
API trả về bài viết giới thiệu về tổ quản trị cho menu Giới thiệu ở trang chủ.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 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
Bài viết giới thiệu về tổ quản trị.
InfoCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Key | string |
Required String length: inclusive between 0 and 100 |
|
| Title | string |
Required |
|
| State | integer |
None. |
|
| Format | integer |
None. |
|
| Content | string |
None. |
|
| ExtraContent | string |
None. |
|
| Note | string |
None. |
|
| CreatedUserID | integer |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedUserID | integer |
None. |
|
| UpdatedTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Key": "sample string 2",
"Title": "sample string 3",
"State": 4,
"Format": 5,
"Content": "sample string 6",
"ExtraContent": "sample string 7",
"Note": "sample string 8",
"CreatedUserID": 1,
"CreatedTime": "2026-01-09T22:12:56.8816519+07:00",
"UpdatedUserID": 1,
"UpdatedTime": "2026-01-09T22:12:56.8816519+07:00"
}