curl --request GET \
--url https://app.herondata.io/api/end_user_files/{heron_id}/parsed_results \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}
]curl --request GET \
--url https://app.herondata.io/api/end_user_files/{heron_id}/parsed_results \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}
]The file's heron_id - beginning with 'euf_'
OK
Unique identifier of the end user file
succeeded, failed, processing Show child attributes
Show child attributes
Show child attributes
[DEPRECATED] Unique identifier for the parsed file
Show child attributes
Show child attributes
Final output result after applying patches
Show child attributes
The output JSON schema the results conform to
Show child attributes
Summary of validation results
Was this page helpful?