Searches

getSearchResult

get

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 · enumOptional

Specify the level of detail to include in the search response. The options are:

  • NO_FIELDS: Standard response. Only tguid, status, score, bonafideScore are 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, and latentSearch to 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.
Example: ALL_FIELDSPossible values:
Responses
200

OK

application/json
get
/people/searches/{tguid}

search

post

This method performs a biometric search a returns the people that match the search criteria.

Body
Responses
post
/people/searches

rematch

put

Triggers a new matching process (rematch) on transactions or persons whose data were updated, recalculating candidates and results.

Query parameters
tguidstring[]Optional
Responses
200

OK

application/json
put
/people/searches/rematch
200

OK

Was this helpful?