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

API này trả về danh sách các trường đối tác hiển thị trên menu giao diện chính.

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

Danh sách các mục trường đối tác.

Collection of TTaskforceItem
NameDescriptionTypeAdditional information
ID

ID của trường đối tác.

integer

None.

Name

Tên của trường đối tác.

string

None.

en

Ngôn ngữ của tên trường (1 - tiếng Anh).

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "Name": "sample string 2",
    "en": 3
  },
  {
    "$ref": "1"
  }
]