{
"data": [
{
"tguid": "text",
"pguid": "text",
"status": "ENQUEUED",
"timestamp": 1,
"progress": 1,
"candidates": [
{
"matchedPersonPguid": "text",
"matchedPersonTguid": "text",
"biometricMatches": [
{
"score": 1,
"queryIndex": 1,
"referenceIndex": 1,
"minutia": [
{
"queryIndex": 1,
"referenceIndex": 1
}
]
}
]
}
],
"person": {
"pguid": "text",
"lastEnrollTguid": "text",
"timestamp": 1,
"keys": [
{
"id": "text",
"value": "text"
}
],
"biographics": [
{
"id": "text",
"value": "text"
}
],
"biometric": [
{
"source": "ORIGINAL",
"type": "FINGERPRINT",
"format": "RAW",
"properties": {
"width": 1,
"height": 1,
"resolution": 1,
"ratio": 1
},
"index": 1,
"content": "text",
"quality": 1
}
],
"metadata": "text",
"labels": [
"text"
],
"history": {
"events": [
{
"tguid": "text",
"timestamp": 1,
"type": "text"
}
]
},
"auxiliaryImages": [
{
"source": "ORIGINAL",
"type": "FINGERPRINT",
"format": "RAW",
"properties": {
"width": 1,
"height": 1,
"resolution": 1,
"ratio": 1
},
"index": 1,
"content": "text",
"quality": 1
}
],
"ebts": [
{
"source": "ORIGINAL",
"type": "FINGERPRINT",
"format": "RAW",
"properties": {
"width": 1,
"height": 1,
"resolution": 1,
"ratio": 1
},
"index": 1,
"content": "text",
"quality": 1
}
]
},
"qualityAnalysis": {
"status": "PENDING",
"assignedUser": "text",
"user": "text",
"comments": "text",
"timestamp": 1,
"duplicationIssues": [
{
"indexes": [
1
],
"nextDuplicate": [
1
]
}
],
"qualityIssues": [
{
"index": 1,
"quality": 1
}
],
"sequenceControlIssues": [
{
"index": 1,
"matches": [
{
"index": 1,
"score": 1
}
]
}
],
"sequenceControlParityIssue": {
"missingIndexes": [
1
]
}
},
"failReason": "text",
"extractionIssues": [
{
"index": 1,
"message": "text"
}
],
"externalIds": [
{
"name": "text",
"key": "text"
}
],
"isCurrentTransaction": true
}
],
"pagination": {
"total": 1,
"count": 1,
"pageSize": 1,
"currentPage": 1,
"totalPages": 1
},
"meta": {},
"httpResponse": {
"httpCode": 1,
"body": "text"
}
}