GET api/HomeApi/GetIabIntroPage?Lang={Lang}

API trả về bài viết giới thiệu về các hội đồng tư vấn nghề cho menu Giới thiệu ở trang chủ.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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ề hội đồng tư vấn nghề.

InfoCollection
NameDescriptionTypeAdditional 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:10:16.959947+07:00",
  "UpdatedUserID": 1,
  "UpdatedTime": "2026-01-09T22:10:16.9756598+07:00"
}