> For the complete documentation index, see [llms.txt](https://guide.wellexp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wellexp.co/api-manual/wellplace-1.md).

# วิธีดูรายการแบรนด์ทั้งหมดของ WellPlace โดยเลือกเฉพาะหมวดหมู่

• เข้าที่ Folder "Wellplace"\
• เลือก sub folder "brands"\
&#x20;    \- V1 จะเป็น Solution ที่แจ้งข้อมูลว่ามี brand อะไรบ้าง อยู่ category ไหน\
&#x20;    \- V2 จะเป็น Solution ที่ที่เพิ่มเติมมาจาก V1 คือ แจ้งจำนวนของคูปองด้วยว่าคงเหลือเท่าไหร่\
• เลือก tab menu "Body"\
• นำ request มาใส่

```postman_json
{
    "partner_id": "{{partner-id}}",
    "name":null,
    "sort": null,
    "category_id": null,
    "offset": 0,
    "limit": 100
}
```

• กด "Send"

<figure><img src="/files/P5KSXBcUYGx2QfPPvOod" alt=""><figcaption><p>นำ request มาใส่</p></figcaption></figure>

จะแสดง Response ดังภาพด้านล่าง

<figure><img src="/files/r1LbZVfjkNXrTurjZlas" alt=""><figcaption><p>Response V1</p></figcaption></figure>

<figure><img src="/files/7OQsP4GdzZ3iy6P2rcIt" alt=""><figcaption><p>Response V2</p></figcaption></figure>
