Accelerate the Value of Data

Activity log dataset for the JSON data schema

Learn about the activity log dataset for the JSON-based schema.

This table holds data for all entities. Use these datasets to view your activity log metadata.
FieldDescriptionData type/Mode
activityIDThe record ID of the activity. Data type: STRING

Mode: NULLABLE

activityUserThe activity performed by the user.Data type: STRING

Mode: NULLABLE

activityMethodThe HTTP method used in the Rest API request.Data type: STRING

Mode: NULLABLE

activityURLThe HTTP URL of the Rest API request.Data type: TIMESTAMP

Mode: NULLABLE

activityClientTypeThe client type of the client who made the activity request. Data type: STRING

Mode: NULLABLE

activityLabelThe label of the activity.Data type: TIMESTAMP

Mode: NULLABLE

activityDescriptionThe description of the activity.Data type: STRING

Mode: NULLABLE

activityTimestampThe time when the object was affected.Data type: TIMESTAMP

Mode: NULLABLE

activitySourceThe activity source.Data type: STRING

Mode: NULLABLE

ITEMSThe activity items. See below table for more details. Data type: RECORD

Mode: REPEATED

View the items schema details in this table.
FieldDescriptionData type/mode
IdThe activity item ID.Data type: STRING

Mode: NULLABLE

objectUriThe URI of the affected object, if any.Data type: STRING

Mode: NULLABLE

objectTypeThe type of the affected objectData type: STRING

Mode: NULLABLE

objectLabelThe label of the affected object.Data type: STRING

Mode: NULLABLE

startObjectUriThe URI of the start object of a relationship, if any.Data type: STRING

Mode: NULLABLE

startObjectLabelThe label of the start object of a relatioship.Data type: STRING

Mode: NULLABLE

endObjectUriThe URI of the end object of a relationship, if any.Data type: STRING

Mode: NULLABLE

endObjectLabelThe label of the end object of a relationship, if any.Data type: STRING

Mode: NULLABLE

eventIDThe event ID.Data type: STRING

Mode: NULLABLE

eventTypeThe event type.Data type: STRING

Mode: NULLABLE

dataThe description of the type of change on the object.Data type: JSON

Mode: NULLABLE

deltaThe list of changed attributes of the object. Data type: JSON

Mode: NULLABLE