| Field |
Details |
| DOCUMENT_ID |
- Type
- Id
- Description
- The 15-character ID of the document that’s being
shared.
|
| DOCUMENT_ID_DERIVED |
- Type
- Id
- Description
- The 18-character case insensitive ID of the document that’s being
shared.
|
| EVENT_TYPE |
- Type
- String
- Description
-
The type of event. The value is
always ContentTransfer.
|
| FILE_PREVIEW_TYPE |
- Type
- String
- Description
- The content type of the file version.
|
| FILE_TYPE |
- Type
- String
- Description
- The content type of the file preview.
|
| ORGANIZATION_ID |
- Type
- Id
- Description
- The 15-character ID of the
organization.
- Example
- 00D000000000123
|
| REQUEST_ID |
- Type
- String
- 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.
- Example
- 3nWgxWbDKWWDIk0FKfF5DV
|
| SIZE_BYTES |
- Type
- Number
- Description
- The size of the file transfer, in bytes.
|
| TIMESTAMP |
- Type
- String
- Description
- The access time of Salesforce
services.
- Example
- 20130715233322.670
|
| TIMESTAMP_DERIVED |
- Type
- DateTime
- Description
- The access time of Salesforce services in ISO8601-compatible
format (YYYY-MM-DDTHH:MM:SS.sssZ)
- Example
- 2015-07-27T11:32:59.555Z
|
| TRANSACTION_TYPE |
- Type
- String
- Description
- The operation that was performed, including operations on files
and attachments to records. For example, you can track operations
in the Attachments related list on a case.
- Possible Values
-
-
VersionDownloadAction
and VersionDownloadApi
represent downloads via the user interface and API
respectively.
-
VersionRenditionDownload represents a file
preview action.
-
saveVersion represents
a file that’s being uploaded.
|
| USER_ID |
- Type
- Id
- Description
- The 15-character ID of the user who’s
using Salesforce services through the UI or the
API.
- Example
- 00530000009M943
|
| USER_ID_DERIVED |
- Type
- Id
- Description
- The 18-character case insensitive ID of the user who’s using
Salesforce services through the UI or the API.
- Example
- 00590000000I1SNIA0
|
| VERSION_ID |
- Type
- Id
- Description
- The 15-character ID of the content version.
|
| VERSION_ID_DERIVED |
- Type
- Id
- Description
- The 18-character case insensitive ID of the content version.
|