afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DataAssessmentMetric.json

133 lines
5.9 KiB
JSON

{
"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<complexType name=\"DataAssessmentMetric\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"DataAssessmentMetrics\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"NumDuplicates\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumMatched\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumMatchedDifferent\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumProcessed\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumTotal\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"NumUnmatched\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\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"
]
}