Skip to main content
GET
/
api
/
end_users
/
{end_user_heron_id}
/
funder_policy_evaluations
List funder policy evaluations for an 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.

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The Heron ID of the end user

Response

List of funder policy evaluations

created
string<date-time>
read-only
end_user_heron_id
string
read-only
funder
object
input_data
object
read-only
last_updated
string<date-time>
read-only
linked_funder_submission
object
matching_priority
integer | null
read-only
result
object
read-only
status
enum<string>
read-only
Available options:
not_evaluated,
evaluating,
matched,
mismatched,
missing_data,
error
submission_configured
boolean
read-only