curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/ \
--header 'x-api-key: <api-key>'[
{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}
]Get all pending funder matches that need manual resolution for a specific upload job
curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/upload/{job_heron_id}/pending/ \
--header 'x-api-key: <api-key>'[
{
"candidates": [
{
"funder_heron_id": "<string>",
"funder_name": "<string>",
"similarity": 123
}
],
"index": 123,
"matching_priority": 123,
"policy": {},
"resolved_funder_heron_id": "<string>",
"spreadsheet_name": "<string>",
"status": "<string>"
}
]The Heron ID of the upload job
Was this page helpful?