v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBISOApplication
Get the scrubbed results and data validations of an uploaded ISO application by its heron_id (prefixed "iso_")
Use this endpoint to retrieve the scrubbed results and data validations of an uploaded ISO application PDF once it has finished processing. If processing is still underway, the processing_status field will be "processing".
get/api/iso_applications/{heron_id}
Path parameters
heron_idstring required
Response
Ok
Example response
{
"field_validations": [
{
"result": "passed"
}
],
"filename": "iso_app.pdf",
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed",
"quality_status": "fully_matched"
}