get https://{tenant}.rubixx.app/api/v2/supportschemes
Sample Request:
GET /api/v2.0/supportschemes?page=1&limit=25&since=15/05/2022&activeOnly=true
Sample Response:
{
data": [
{
"id": "ba5ccac6-36fe-489a-6faa-08db7c79d009",
"reference": "SP0000000001",
"description": "Tenancy Sustainment in Walford Funded Suport",
"floating": false,
"isInactive": false,
"capacity": 20,
"maxGoalScore": 5,
"dateRaised": "04/07/2023 11:31"
},
...
...
],
"page": 1,
"total": 1,
"limitPerPage": 25,
"totalFilteredEntries": 0,
"totalEntries": 6
}
"since" must be in (DD/MM/YYYY) format. Defaults to 01/01/1970
"activeOnly" Defaults to true
MAX PER PAGE LIMIT: 500
Required Permission(s): SupportPlans.View