{ "sections": [ "title", "description", "fields", "special_access_rules" ], "title": "ContentDocLinkEventLog - Data API", "description": "Content Document Link events contain sharing information for content documents. This object is available in API version 65.0 and later.", "fields_columns": [ "type", "properties", "description", "possible_values" ], "fields": { "DocumentIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The 15-character ID of the document that’s being shared." }, "RequestIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID." }, "SharedWithObjectIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "Who the document was shared with." }, "SharingOperation": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The type of sharing operation on the document.", "possible_values": "INSERT UPDATE DELETE" }, "SharingPermission": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "What permissions the document was shared with.", "possible_values": "V: Viewer C: Collaborator I: Inferred—that is, the sharing permissions were inferred from a relationship between the viewer and document. For example, a document’s owner has a sharing permission to the document itself. Or, a document can be a part of a content collection, and the viewer has sharing permissions to the collection rather than explicit permissions to the document directly." }, "Timestamp": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The access time of Salesforce services in GMT. For example: 20130715233322.670." }, "UserIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The 15-character ID of the user who’s using Salesforce services through the UI or the API. For example: 00530000009M943" } }, "special_access_rules": "To access this object, you must have the View Event Log Object Data user permission." }