{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "ContentTaxonomyRelatedTerm - Data API", "description": "Represents the relationship between a term and the content taxonomy to which the term belongs. 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 term that belongs to the content taxonomy. This field is a relationship field.", "relationship_name": "ContentTaxonomyTerm", "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 include a term in a taxonomy, you must use this object in addition to the ContentTaxonomyTerm and ContentTaxonomy objects.", "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```", "field_reference": { "ContentTaxonomyId": { "field_label": "Content Taxonomy ID", "type": "reference", "length": "18" }, "ContentTaxonomyTermId": { "field_label": "Content Taxonomy Term 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 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" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }