Activity log dataset for the legacy data schema
Learn about the activity log dataset for the legacy-based schema.
| Field | Description | Data type/Mode |
|---|---|---|
| activityID | The record ID of the activity. | Data type: STRING Mode: NULLABLE |
| activityUser | The activity performed by the user. | Data type: STRING Mode: NULLABLE |
| activityMethod | The HTTP method used in the Rest API request. | Data type: STRING Mode: NULLABLE |
| activityURL | The HTTP URL of the Rest API request. | Data type: TIMESTAMP Mode: NULLABLE |
| activityClientType | The client type of the client who made the activity request. | Data type: STRING Mode: NULLABLE |
| activityLabel | The label of the activity. | Data type: TIMESTAMP Mode: NULLABLE |
| activityDescription | The description of the activity. | Data type: STRING Mode: NULLABLE |
| activityTimestamp | The time when the object was affected. | Data type: TIMESTAMP Mode: NULLABLE |
| activitySource | The activity source. | Data type: STRING Mode: NULLABLE |
| ITEMS | The activity items. See below table for more details. | Data type: RECORD Mode: REPEATED |
| Field | Description | Data type/mode |
|---|---|---|
| Id | The activity item ID. | Data type: STRING Mode: NULLABLE |
| objectUri | The URI of the affected object, if any. | Data type: STRING Mode: NULLABLE |
| objectType | The type of the affected object | Data type: STRING Mode: NULLABLE |
| objectLabel | The label of the affected object. | Data type: STRING Mode: NULLABLE |
| startObjectUri | The URI of the start object of a relationship, if any. | Data type: STRING Mode: NULLABLE |
| startObjectLabel | The label of the start object of a relatioship. | Data type: STRING Mode: NULLABLE |
| endObjectUri | The URI of the end object of a relationship, if any. | Data type: STRING Mode: NULLABLE |
| endObjectLabel | The label of the end object of a relationship, if any. | Data type: STRING Mode: NULLABLE |
| eventID | The event ID. | Data type: STRING Mode: NULLABLE |
| eventType | The event type. | Data type: STRING Mode: NULLABLE |
| data | The description of the type of change on the object. | Data type: JSON Mode: NULLABLE |
| delta | The list of changed attributes of the object. | Data type: JSON Mode: NULLABLE |