{ "sections": [ "title", "description", "fields", "special_access_rules" ], "title": "DocAtchDownloadEventLog - Data API", "description": "Document Attachment Downloads events contain details of document and attachment downloads. This object is available in API version 65.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "FileType": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The type of the file or attachment." }, "ObjectIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The 15-character ID of the object that’s associated with the document or attachment." }, "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.." }, "Timestamp": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The access time of Salesforce services in GMT." }, "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." }