{
"sections": [
"title",
"description",
"fields",
"usage",
"wsdl_segment",
"field_reference"
],
"title": "IndividualHistory - Data API",
"description": "Represents the history of changes to values in the fields of a data privacy record, based on the Individual object. This object is available in versions 42.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DataType": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Data type of the field that was changed."
},
"Field": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The name of the changed field."
},
"IndividualId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the data privacy record. Label is Individual ID. This is a relationship field.",
"relationship_name": "Individual",
"relationship_type": "Lookup",
"refers_to": "Individual"
},
"NewValue": {
"type": "anyType",
"properties": "Nillable, Sort",
"description": "The updated value of the changed field."
},
"OldValue": {
"type": "anyType",
"properties": "Nillable, Sort",
"description": "The previous value of the changed field."
}
},
"usage": "Use this object to identify changes to data privacy records. This object respects field-level security on the parent object.\n\nUse this object to identify changes to data privacy records.\n\nThis object respects field-level security on the parent object.",
"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```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DataType": {
"field_label": "Datatype",
"type": "picklist",
"length": "40"
},
"Field": {
"field_label": "Changed Field",
"type": "picklist",
"length": "255"
},
"Id": {
"field_label": "Individual History ID",
"type": "id",
"length": "18"
},
"IndividualId": {
"field_label": "Individual ID",
"type": "reference",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"NewValue": {
"field_label": "New Value",
"type": "anyType",
"length": "255"
},
"OldValue": {
"field_label": "Old Value",
"type": "anyType",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}