curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/iso_applications \
--header 'x-api-key: <api-key>'[
{
"filename": "iso_app.pdf",
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed",
"quality_status": "fully_matched",
"created": "2023-11-07T05:31:56Z",
"end_user_heron_id": "<string>",
"end_user_id": "<string>",
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "passed",
"validation_type": "<string>"
}
],
"result": {},
"source_email": {
"date_sent": "2023-11-07T05:31:56Z",
"date_sent_string": "<string>",
"from_address": "<string>",
"from_address_domain": "<string>",
"from_name": "<string>",
"html_body": "<string>",
"html_or_text_body": "<string>",
"subject": "<string>",
"text_body": "<string>"
}
}
]Get all ISO applications for an end user
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/iso_applications \
--header 'x-api-key: <api-key>'[
{
"filename": "iso_app.pdf",
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed",
"quality_status": "fully_matched",
"created": "2023-11-07T05:31:56Z",
"end_user_heron_id": "<string>",
"end_user_id": "<string>",
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "passed",
"validation_type": "<string>"
}
],
"result": {},
"source_email": {
"date_sent": "2023-11-07T05:31:56Z",
"date_sent_string": "<string>",
"from_address": "<string>",
"from_address_domain": "<string>",
"from_name": "<string>",
"html_body": "<string>",
"html_or_text_body": "<string>",
"subject": "<string>",
"text_body": "<string>"
}
}
]OK
The original filename of the ISO application form
"iso_app.pdf"
The ISO application's heron_id
"iso_6hBjQT9k6KP2rLCXwjUJff"
The processing status of the file.
new, processing, processed, failed "processed"
The overall field validation results. 'fully_matched' indicated all field validations have passed. 'review_required' indicates one or more field validations failed.
fully_matched, review_required, "fully_matched"
The heron_id of the end_user associated with the iso application, if available
The end_user_id of the end_user associated with the iso application, if available
The extracted keys/values from the form, normalised to Heron's field schema. Keys will only be present in results if they are found in the original file. For a full list of fields, see the documentation.
Show child attributes
Show child attributes
The field's original name in the source document
"Company Legal Name"
Whether the value is empty
false
The value extracted from the document for the current field
"Heron Data Ltd"
OCR confidence of the extracted value
0.99
Original email that contained ISO application, if applicable
Show child attributes
Was this page helpful?