> For the complete documentation index, see [llms.txt](https://hdsd2.entrade.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/4.-giao-dich-phai-sinh/4.17.-nhan-thong-bao.md).

# 4.17. Nhận thông báo

<table><thead><tr><th width="249">Type</th><th width="249">URL</th><th>Method</th></tr></thead><tbody><tr><td>Real</td><td><a href="https://services.entrade.com.vn/noti-api/notifications?env={env}&#x26;limit={limit}">https://services.entrade.com.vn/noti-api/notifications?env={env}&#x26;limit={limit}</a></td><td>GET</td></tr><tr><td>Demo</td><td><a href="https://services.entrade.com.vn/noti-api/notifications?env={env}&#x26;limit={limit}">https://services.entrade.com.vn/papertrade-noti-api/notifications?env={env}&#x26;limit={limit}</a></td><td>GET</td></tr></tbody></table>

#### Query parameters

| Field | Type        | Description                                          |
| ----- | ----------- | ---------------------------------------------------- |
| env   | <p><br></p> | Môi trường nhận thông báo (“papertrade” hoặc “real”) |
| limit | <p><br></p> | Số thông báo muốn nhận                               |

#### Request header

| Field         | Type        | Description         |
| ------------- | ----------- | ------------------- |
| Authorization | <p><br></p> | Bearer \<JWT Token> |

#### Request Body

| Field | Type        | Description |
| ----- | ----------- | ----------- |
| N/A   | <p><br></p> | <p><br></p> |

#### Response body

| Field | Type        | Description         |
| ----- | ----------- | ------------------- |
| data  | <p><br></p> | Danh sách thông báo |

#### data

| Field       | Type        | Description         |
| ----------- | ----------- | ------------------- |
| heading     | <p><br></p> | Tiêu đề thông báo   |
| content     | <p><br></p> | Nội dung thông báo  |
| createdDate | <p><br></p> | Thời điểm thông báo |
| …           | <p><br></p> | <p><br></p>         |
