> 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/undefined-4.md).

# วิธีดูประวัติการแลกของรางวัล

• เข้าที่ Folder "Wellplace"\
• เลือก sub folder "redeem history"\
• เลือก tab menu "Body"\
• นำ request มาใส่

```postman_json
{
    "partner_id": "{{partner-id}}",
    "employee_id": 825,
    "brand_id": null,
    "category_id": null,
    "start_date": null,
    "end_date": null,
    "product_name": null,
    "offset": 0,
    "limit": 20
}
```

• นำข้อมูล id ของพนักงานที่ต้องการดูประวัติ มาใส่ในส่วนของ "employee\_id"\
• กด "Send"

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

ในกรณีที่มี User อยู่ในระบบ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/qPx68A9qJ3ERno4uM84M" alt=""><figcaption><p>มี User อยู่ในระบบ</p></figcaption></figure>

ในกรณีที่ไม่มี User อยู่ในระบบ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/pNZtr77c7hKPtoBH0Q08" alt=""><figcaption><p>ไม่มี User อยู่ในระบบ</p></figcaption></figure>
