EthersourceBackgroundAssociationSearchResponse Data Type

Properties
name data type constraints description
ethersourceBackgroundAssociations array of EthersourceBackgroundAssociation  
timestamp object  
customerObserverId number required

Example

{
  "ethersourceBackgroundAssociations" : [ {
    "word" : "...",
    "strength" : 12345.0
  }, {
    "word" : "...",
    "strength" : 12345.0
  } ],
  "timestamp" : { },
  "customerObserverId" : 12345
}