cURL
curl --request GET \ --url https://api.halth.com/v1/organisations/{organisationId}/provider-funding-rules
{ "items": [ { "id": "<string>", "createdAt": "<string>", "type": "new_client", "deleted": true, "fundingValue": 123, "valueType": "fixed" } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
List all provider funding rules for an organisation
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
Show child attributes
100