> 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-2.md).

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

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

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

• กด "Send"

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

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

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

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