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",
"linked_funder_submission": {
"heron_id": "<string>",
"status": "pending",
"submitted_at": "2023-11-07T05:31:56Z"
},
"matching_priority": 123,
"result": {},
"status": "not_evaluated",
"submission_configured": true
}
]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",
"linked_funder_submission": {
"heron_id": "<string>",
"status": "pending",
"submitted_at": "2023-11-07T05:31:56Z"
},
"matching_priority": 123,
"result": {},
"status": "not_evaluated",
"submission_configured": true
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
The Heron ID of the end user
List of funder policy evaluations
Show child attributes
Show child attributes
Show child attributes
Show child attributes
not_evaluated, evaluating, matched, mismatched, missing_data, error Was this page helpful?