{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "RelationshipInfo - Tooling API",
"description": "Represents the properties of a relationship between objects. Simplify queries with RelationshipInfo, such as answering the question “which objects are parent objects for the object defined in ChildSobject. Available in Tooling API version 34.0 and later.",
"supported_soap_calls": "`query()`, `search()`",
"supported_rest_api_http_methods": "`GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ChildSobject": {
"type": "EntityDefinition",
"properties": "Filter, Group, Sort",
"description": "Metadata for the child object, if any."
},
"ChildSobjectId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the ChildSobject."
},
"DurableId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Unique identifier for the field. Always retrieve this value before using it, as the value isn’t guaranteed to stay the same from one release to the next. To simplify queries, use this field."
},
"Field": {
"type": "FieldDefinition",
"properties": "Filter, Group, Sort",
"description": "The relationship field that defines the relationship to ChildSobject or ParentSobject."
},
"FieldId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of Field."
},
"IsCascadeDelete": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, this object’s parent can’t be deleted until all records for this object are deleted. Corresponds to Cascade value for DeleteConstraint in the Metadata API."
},
"IsDeprecatedAndHidden": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, this object is unavailable for the current version."
},
"IsRestrictedDelete": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "If true, this object can’t be deleted. Corresponds to Restrict value for DeleteConstraint in the Metadata API."
},
"JunctionIdListNames": {
"type": "complexvalue",
"properties": "Nillable",
"description": "The names of the lists of junction IDs associated with an object. Each ID represents an object that has a relationship with the associated object."
},
"RelationshipDomains": {
"type": "QueryResult",
"properties": "Filter, Group, Sort",
"description": "The RelationshipDomain records associated with this object. Because this field represents a relationship, use only in subqueries."
}
},
"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```"
}