> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/message/lay-danh-sach-tin-nhan-ghim.md).

# Lấy danh sách tin nhắn ghim

1. Body

<table><thead><tr><th>Name</th><th width="359">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>message</td><td></td></tr><tr><td>method</td><td>pinMsgList</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json">{
        "accountId": "39456257143545255",
        "toId": "1598980502599776027",
        "group": false
}
</code></pre></td><td>group: true/false</td></tr></tbody></table>

2. Response

{% tabs %}
{% tab title="200" %}

```json
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "data": [
                {
                    "editorId": "39456257143545255", // user_id người tạo
                    "emoji": "📌",
                    "createTime": 1726474194579,
                    "creatorId": "39456257143545255", // user_id người tạo
                    "editTime": 1726474194579,
                    "id": "552071153", // id ghim
                    "params": "{\"senderUid\":\"39456257143545255\",\"senderName\":\"Saint Laurent\",\"client_msg_id\":\"1726471565754\",\"global_msg_id\":\"5836002842658\",\"msg_type\":1,\"title\":\"321\"}" // chi tiết tin nhắn ghim
                },
                {
                    "editorId": "1598980502599776027",
                    "emoji": "🔗",
                    "createTime": 1726459826422,
                    "creatorId": "1598980502599776027",
                    "editTime": 1726459826422,
                    "id": "551906490",
                    "params": "{\"senderUid\":\"39456257143545255\",\"senderName\":\"Saint Laurent\",\"client_msg_id\":\"1724400429230\",\"thumb\":\"https://photo-link-talk.zadn.vn/photolinkv2/720/aHR0cDovL2ZpbGUuaHN0YXRpYy5uZXQvMjAwMDAwNzIyNTEzL2FydGljbGUvZ2FtZS1zdGVhbS0xXzc1ZTFiOGYwNWYxYzRmZTNiMWQ0N2NlMDNlOTI4ZjI4LmpwZw==\",\"global_msg_id\":\"5759290795707\",\"extra\":\"{\\\"type\\\":0,\\\"action\\\":\\\"recommened.link\\\",\\\"params\\\":\\\"{\\\\\\\"artist\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"src\\\\\\\":\\\\\\\"gearvn.com\\\\\\\",\\\\\\\"href\\\\\\\":\\\\\\\"https:\\\\\\\/\\\\\\\/gearvn.com\\\\\\\/blogs\\\\\\\/cong-nghe\\\\\\\/mot-nguoi-mua-nhieu-nguoi-vui-huong-dan-chia-se-game-tren-steam-cho-ban-be?srsltid=AfmBOoqI7XIyUlaYLXeRxDvx5pLztTHPTD-WzeR2R00ve5zmTazQaw_F\\\\\\\",\\\\\\\"streamUrl\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"type\\\\\\\":0,\\\\\\\"stream_icon\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"mediaTitle\\\\\\\":\\\\\\\"Một người mua nhiều người vui, hướng dẫn chia sẻ game trên Steam cho bạn bè\\\\\\\"}\\\"}\",\"msg_type\":38,\"title\":\"https://gearvn.com/blogs/cong-nghe/mot-nguoi-mua-nhieu-nguoi-vui-huong-dan-chia-se-game-tren-steam-cho-ban-be?srsltid=AfmBOoqI7XIyUlaYLXeRxDvx5pLztTHPTD-WzeR2R00ve5zmTazQaw_F\"}"
                },
            ],
            "version": 1726474194577
        },
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}
```

{% endtab %}
{% endtabs %}
