{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "DataAssessmentMetric - Data API", "description": "Represents a summary of statistics for fields matched and unmatched in your account records with Data.com account records. This object is available in API version 37.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "An optional field used to name your record." }, "NumDuplicates": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of duplicate records." }, "NumMatched": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of matched records." }, "NumMatchedDifferent": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of records in your org matched with a Data.com record that have different fields." }, "NumProcessed": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of records processed in the data assessment." }, "NumTotal": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of records available for data assessment processing." }, "NumUnmatched": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of records not matched." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Data Assessment Metric ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "Name": { "field_label": "Data Assessment Metric", "type": "string", "length": "255" }, "NumDuplicates": { "field_label": "Number of Duplicates", "type": "int", "digits": "9" }, "NumMatched": { "field_label": "Number of Matched Records", "type": "int", "digits": "9" }, "NumMatchedDifferent": { "field_label": "Number of Matched Records with different field values", "type": "int", "digits": "9" }, "NumProcessed": { "field_label": "Number of Processed Records", "type": "int", "digits": "9" }, "NumTotal": { "field_label": "Total Number of Records to access", "type": "int", "digits": "9" }, "NumUnmatched": { "field_label": "Number of Unmatched Records", "type": "int", "digits": "9" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }