Searches
This method returns the result of a search operation, given its TGUID.
Use the searchFields query parameter to control the fields included in the response.
Path parameters
tguidstringRequired
Global unique ID of the transaction.
Query parameters
searchFieldsstring · enumOptionalExample:
Specify the level of detail to include in the search response. The options are:
- NO_FIELDS: Standard response. Only
tguid,status,score,bonafideScoreare possibly returned. (See specific rules for score and bonafideScore in the response model) - BASIC_FIELDS: Adds the fields:
progress,searchType,apiID,gbdsVersion,extractionElapsed,searchElapsed,postSearchElapsed,ulsearch, andlatentSearchto the standard response. - CANDIDATES: Adds the candidate list to the standard response.
- BIOMETRICS: Adds the biometrics list to the standard response.
- ALL_FIELDS: Includes all of the above in the response.
ALL_FIELDSPossible values: Responses
200
OK
application/json
400
Validation Error
application/json
500
Internal Error
application/json
get
/people/searches/{tguid}This method performs a biometric search a returns the people that match the search criteria.
Body
Responses
201
Created, match, not match
application/json
202
Enqueued, processing.
application/json
400
Validation Error
application/json
404
Person does not exist (if a PGUID is provided)
application/json
422
Processing Error
application/json
500
Internal Error
application/json
post
/people/searchesWas this helpful?

