get http://localhost:9100/api/versioned/v1/projects//binningModel/records
Note: If you try this call in the Swagger documentation, you receive no content in the response body. You must use cURL or the API clients to execute this call.
On success, this call returns information about each term in the blocking model, of the specified project. The response is a stream of newline-separated JSON documents, one line per term.
Key | Value Description |
---|---|
id | The ID of the blocking term, which is unique across the project. |
isActive | Boolean value. Whether the term is currently active in the blocking model of the project. |
clauseId | The id of the clause to which the term belongs. |
similarityFunction | The similarity function used when comparing pair values. |
tokenizer | The method used to separate text into discrete machine-readable pieces, or tokens, for comparison. This is only applicable to string-valued fields. |
fieldName | The name of the record field being compared for the blocking term. |
threshold | The user-defined similarity threshold used to decide whether a pair of records is a matching or non-matching pair. |