{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "ContentDocumentSubscription - Data API",
"description": "Represents a subscription for a user following or commenting on a file in a library. This object is available in API version 42.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ContentDocumentId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the file. This is a relationship field.",
"relationship_name": "ContentDocument",
"relationship_type": "Lookup",
"refers_to": "ContentDocument"
},
"IsCommentSub": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Specifies whether the user made comments on the file."
},
"IsDocumentSub": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Specifies whether the user follows the file."
},
"UserId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the user following or commenting on the file. This is a relationship field.",
"relationship_name": "User",
"relationship_type": "Lookup",
"refers_to": "User"
}
},
"special_access_rules": "Only users with Modify All Data permission have access to this object.\n\nOnly users with Modify All Data\n permission have access to this 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```",
"field_reference": {
"ContentDocumentId": {
"field_label": "Document ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "ContentDocumentSubscription ID",
"type": "id",
"length": "18"
},
"IsCommentSub": {
"field_label": "Is Comment Subscription",
"type": "boolean"
},
"IsDocumentSub": {
"field_label": "Is Document Subscription",
"type": "boolean"
},
"UserId": {
"field_label": "User ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}