> 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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.wellexp.co/api-manual/wellplace-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
