curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_heron_id}/funder_policy_evaluations/ \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"end_user_heron_id": "<string>",
"funder": {
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
},
"input_data": {},
"last_updated": "2023-11-07T05:31:56Z",
"matching_priority": 123,
"result": {},
"status": "not_evaluated"
}
]Get all funder policy evaluations for a specific end user
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_heron_id}/funder_policy_evaluations/ \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"end_user_heron_id": "<string>",
"funder": {
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
},
"input_data": {},
"last_updated": "2023-11-07T05:31:56Z",
"matching_priority": 123,
"result": {},
"status": "not_evaluated"
}
]The Heron ID of the end user
List of funder policy evaluations
not_evaluated, evaluating, matched, mismatched, missing_data, error Was this page helpful?