GET api/Notifies/GetIABList?Lang={Lang}

Trả về danh sách các hội đồng phục vụ chọn đối tượng nhận khi gửi tin nhắn/thông báo

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 (ID, Name)

Collection of TLongTextSelectItem
NameDescriptionTypeAdditional information
ID

ID

integer

None.

Name

Tên

string

None.

Response Formats

application/json, text/json

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