{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"usage",
"wsdl_segment",
"field_reference"
],
"title": "ContentTaxonomyTermRelatedTerm - Data API",
"description": "Represents the relationship between two terms in a content taxonomy. This object is available in API version 63.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ContentTaxonomyId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the content taxonomy to which the term belongs. This field is a relationship field.",
"relationship_name": "ContentTaxonomy",
"relationship_type": "Lookup",
"refers_to": "ContentTaxonomy object"
},
"ContentTaxonomyTermId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the primary term that has a relationship with another term. This field is a relationship field.",
"relationship_name": "ContentTaxonomyTerm",
"relationship_type": "Lookup",
"refers_to": "ContentTaxonomyTerm object"
},
"ContentTaxonomyTrmRelaTypeId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the type of relationship between the two taxonomy terms. This field is a relationship field.",
"relationship_name": "ContentTaxonomyTrmRelaType",
"relationship_type": "Lookup",
"refers_to": "ContentTaxonomyTermRelationshipType object"
},
"RelatedContentTaxonomyTermId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the term that is related to the primary term. This field is a relationship field.",
"relationship_name": "RelatedContentTaxonomyTerm",
"relationship_type": "Lookup",
"refers_to": "ContentTaxonomyTerm object"
}
},
"special_access_rules": "To view this object, users need the permission View Content Taxonomy enabled. To edit this object, users need View Content Taxonomy and Manage Content Taxonomy enabled.",
"usage": "To relate a term to another term in a content taxonomy, use this object in addition to the ContentTaxonomyTerm object. This object can’t be updated. You can only create and delete it.",
"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```",
"field_reference": {
"ContentTaxonomyId": {
"field_label": "Content Taxonomy ID",
"type": "reference",
"length": "18"
},
"ContentTaxonomyTermId": {
"field_label": "Content Taxonomy Term ID",
"type": "reference",
"length": "18"
},
"ContentTaxonomyTrmRelaTypeId": {
"field_label": "Content Taxonomy Term Relationship Type ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Content Taxonomy Term Related Term 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"
},
"RelatedContentTaxonomyTermId": {
"field_label": "Content Taxonomy Term ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}