Retrieve all available Rewards for a Member
GET ~/members/:member-id/rewards
Response
[
{
"id":"1",
"ref":"123",
"name":"Buy one coffee, get one free!",
"description":"Any suitable description if any",
"surcountType":"percentage",
"surcountAmount":"-100",
"eligibleTags": ["coffee"],
"minQty": 2,
"updatedAt": "2016-08-18T04:58:38.485Z",
"createdAt": "2016-08-18T04:58:38.485Z",
"uri": "https://sandbox.doshii.co/partner/v3/members/6/rewards/1"
},
{
"id":"2",
"name":"$10 off your next shirt",
"surcountType":"absolute",
"surcountAmount":"-1000",
"eligibleTags":["shirts"],
"updatedAt": "2016-08-18T04:58:38.485Z",
"createdAt": "2016-08-18T04:58:38.485Z",
"uri": "https://sandbox.doshii.co/partner/v3/members/6/rewards/2"
},
{
"id":"3",
"name":"$5 off any meal (when you spend $20+)",
"surcountType":"absolute",
"surcountAmount":"-500",
"minOrderValue":"2000",
"updatedAt": "2016-08-18T04:58:38.485Z",
"createdAt": "2016-08-18T04:58:38.485Z",
"uri": "https://sandbox.doshii.co/partner/v3/members/6/rewards/3"
}
]