get https://{tenant}.rubixx.app/api/v2/supportschemes//members
Sample Request:
GET /api/v2.0/supportschemes/SP1000000004/members?page=1&limit=25
Sample Response:
{
"data": [
{
"memberName": "Adam Parker",
"schemeReference": "SP1000000004"
},
...
...
],
"page": 1,
"total": 1,
"limitPerPage": 25,
"totalFilteredEntries": 0,
"totalEntries": 1
}
MAX PER PAGE LIMIT: 500
Required Permission(s): SupportPlans.View