GET api/Notifies/GetTaskforceList?Lang={Lang}
Trả về danh sách các tổ (trường đối tác) phục vụ chọn đối tượng nhận khi gửi tin nhắn/thông báo
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
Danh sách các mục (ID, Name)
Collection of TLongTextSelectItem| Name | Description | Type | Additional 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"
}
]