GET api/Notifies/GetReceiveNotifyList?fd={fd}&td={td}&Page={Page}&PageSize={PageSize}&SearchString={SearchString}&Lang={Lang}

API này trả về danh sách các thông báo nhận về (Notify).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fd

Lọc: từ ngày.

date

Required

td

Lọc: đến ngày.

date

Required

Page

Số trang hiện tại cần lấy. Mặc định là 1.

integer

Default value is 1

PageSize

Số lượng bài viết trên mỗi trang. Mặc định là 8.

integer

Default value is 8

SearchString

Chuỗi tìm kiếm để lọc danh sách bài viết theo tiêu đề hoặc nội dung.

string

Default value is

Lang

Ngôn ngữ của nội dung trả về. Có thể là "vi" (tiếng Việt) hoặc "en" (tiếng Anh). Mặc định là "vi".

string

Default value is vi

Body Parameters

None.

Response Information

Resource Description

Trả về một đối tượng chứa thông tin công việc lịch.

TNotifyListModel
NameDescriptionTypeAdditional information
SearchString

Xâu tìm kiếm.

string

None.

Page

Trang hiện tại đang lấy.

integer

None.

PageSize

Cỡ trang (số lượng bài viết trên mỗi trang).

integer

None.

PageCount

Tổng số trang.

integer

None.

RecordCount

Tổng số bản ghi.

integer

None.

NotifyItems

Danh sách các công việc lịch theo phạm vi chọn hiển thị

Collection of TNotifyBrief

None.

en

Ngôn ngữ đang áp dụng (1 - tiếng Anh).

integer

None.

fd

Lọc: từ ngày

date

None.

td

Lọc: đến ngày

date

None.

UserID

ID người dùng hiện tại

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SearchString": "sample string 1",
  "Page": 2,
  "PageSize": 3,
  "PageCount": 4,
  "RecordCount": 5,
  "NotifyItems": [
    {
      "$id": "2",
      "ID": 1,
      "Content": "sample string 2",
      "SendCount": 3,
      "AccessCount": 4,
      "NotifyDay": "sample string 5",
      "State": 6,
      "Note": "sample string 7",
      "SenderName": "sample string 8",
      "CreatedTime": "2026-01-09T22:10:38.3975683+07:00",
      "UpdatedTime": "2026-01-09T22:10:38.3975683+07:00"
    },
    {
      "$ref": "2"
    }
  ],
  "en": 6,
  "fd": "2026-01-09T22:10:38.3975683+07:00",
  "td": "2026-01-09T22:10:38.3975683+07:00",
  "UserID": 9
}