Dashboard
/wp-json-loyalty-program/v1/dashboard
GET: /wp-json/wc-loyalty-program/v1/dashboard
GET: http://example.com/wp-json/wc-loyalty-program/v1/dashboard{
"status": [
{
"label": "Total Points (All Time)",
"points": 4957,
"value": "$49.57"
},
{
"label": "Unclaimed Points",
"points": 2972,
"value": "₱29.72"
},
{
"label": "Claimed Points",
"points": 1985,
"value": "₱19.85"
},
{
"label": "Expired Points",
"points": 0,
"value": "₱0,00"
}
],
"sources": [
{
"label": "Purchasing products",
"points": 1937
},
{
"label": "Leaving a product review",
"points": 55
},
{
"label": "Commenting on a blog post",
"points": 25
},
{
"label": "Registering as a user/customer",
"points": 40
},
{
"label": "After completing first order",
"points": 0
},
{
"label": "Spending over a certain amount",
"points": 950
},
{
"label": "Extra points during a period",
"points": 1100
}
],
"customers": [
...
{
"id": 17,
"name": "John Smith",
"email": "johnsmith@example.com",
"points": 945
},
...
]
}Last updated