Parameter | Type | Required? |
---|---|---|
member_id | Integer | no |
subunit_id | Integer | no |
{
"items": [
{
"id": "wef90-234we-234e",
"member_id": 1234,
"subunit_id": 12,
"earning_date": "2021-08-18T08:19:11+00:00",
"expiry_date": "2024-08-18T08:19:11+00:00",
"earning_event_id": "COMPLETE_PROFILE",
"status": "AVAILABLE",
"points": 20
},
// (...)
],
"pagination_info": {
"total_count": 18,
"per_page": 100,
"total_pages": 1,
"current_page": 1,
"next_page": null,
"prev_page": null,
"is_first_page": true,
"is_last_page": true,
"is_out_of_range": false,
"offset": 0
}
}