Skip to content

Get Health Fund

Request

Security
x-api-key and a-api-key
Path
health_fund_idintegerrequired
GET
/health_fund/{health_fund_id}
curl -i -X GET \
  'https://api.pracsuite.com/v1/health_fund/{health_fund_id}' \
  -H 'a-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successful

Bodyapplication/json
row_numintegerread-only
total_rowsintegerread-only
tenant_idinteger
Example:1
health_fund_idinteger
descriptionstring
Response
{ "row_num": 0, "total_rows": 0, "links": { "self": "https://api.pracsuite.com/v1/health_fund/1", "practitioner_provider_numbers": "https://api.pracsuite.com/v1/health_fund/1/practitioner_provider_number" }, "tenant_id": 1, "health_fund_id": 0, "description": "string" }