mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
100 lines
3.7 KiB
JSON
100 lines
3.7 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "SiteHistory - Data API",
|
|
"description": "Represents the history of changes to the values in the fields of a site. This object is generally available in API version 18.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 field that was changed."
|
|
},
|
|
"NewValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "The new value of the field that was changed."
|
|
},
|
|
"OldValue": {
|
|
"type": "anyType",
|
|
"properties": "Nillable, Sort",
|
|
"description": "The last value of the field before it was changed."
|
|
},
|
|
"SiteId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The ID of the associated Site. This is a relationship field.",
|
|
"relationship_name": "Site",
|
|
"relationship_type": "Lookup",
|
|
"refers_to": "Site"
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\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<complexType name=\"SiteHistory\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:sObject\"/>\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=\"DataType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Field\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"NewValue\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:anyType\"/>\n <element name=\"OldValue\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:anyType\"/>\n <element name=\"Site\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Site\"/>\n <element name=\"SiteId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\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": "Custom Site ID",
|
|
"type": "id",
|
|
"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"
|
|
},
|
|
"SiteId": {
|
|
"field_label": "Site ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |