Activities Data Set Verb Descriptions: Sheets

The Activities data set is more complex than the average ACC Data Schema data set due to the variable nature of payloads associated with the various "Activity Verbs" which define the particular activity taken in the system. For the Activities schema, there are several tables defined (one for each service) and for each of these table definitions, there are common columns and then many unique columns based on the particular service. The common columns included for all tables are: After these standard columns there are many service specific columns for the table definition. Columns may or many not contain data depending on the Activity Verb in question. The following summary details the particular columns applicable for an Activity Verb. Also, for certain Activity Verbs there are Related Tables (in a SQL relational sense) that can be associated with the verb. These tables use the activity_id as the foreign key for lookups and when there is an applicable foreign table, they are noted in the details below.

This description information is also made available programatically in the format of JSON files (one for each Activities table) in the "schemas" directory as part of every extract archive. The naming convention for this file is:

The description file is an array of JSON objects with two primary fields: The following is an example JSON snippet from the Docs description file.
 {
   "activate-approval-workflow" : {
      "columns" : [
         "activity_id",
         "bim360_account_id",
         "bim360_project_id",
         "created_by",
         "created_at",
         "activity_verb",
         "object_display_name",
         "object_id",
         "object_object_type"
      ]
   },
   "add-attribute-to-namingstandard" : {
      "columns" : [
         "activity_id",
         "bim360_account_id",
         "bim360_project_id",
         "created_by",
         "created_at",
         "activity_verb",
         "object_display_name",
         "object_id",
         "object_object_type"
      ],
      "related_tables" : [
         "docs_naming_standards"
      ]
   },
   ...

Activity Verbs

Now that we have reviewed the data description for Activities data, the following is a detailed summary of 32 Activity Verbs for the Sheets Schema along with their relevant columns and any related tables.
add-sheet-tag
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
change-discipline-order
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetContainer]
copy-sheet-from-project
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_target_object_display_nameObject Target Collection Display Name
object_target_object_historyObject Target Object History
object_target_object_idObject Target Object Id
object_target_object_object_typeObject Target Collection Object Type [e.g.: Sheet]
object_target_object_projectObject Target Object Project
object_target_object_version_setObject Target Collection Version Set
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
copy-sheet-to-project
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_source_object_display_nameObject Source Collection Display Name
object_source_object_historyObject Source Object History
object_source_object_idObject Source Object Id
object_source_object_object_typeObject Source Collection Object Type [e.g.: Sheet]
object_source_object_projectObject Source Object Project
object_source_object_version_setObject Source Collection Version Set
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
create-collection
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: AccCollection]
create-public-link-for-sheets
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
create-version-set
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_idObject ID
object_issuance_dateObject Issuance Date
object_object_typeObject Object Type [e.g.: VersionSet]
delete-collection
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: AccCollection]
delete-public-link-for-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
delete-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_indirectObject Indirect
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
delete-version-set
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_idObject ID
object_issuance_dateObject Issuance Date
object_object_typeObject Object Type [e.g.: VersionSet]
enable-collection
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetContainer]
export-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
export-sheet-report
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetHistory]
move-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
target_display_nameTarget Display Name
target_idTarget ID
target_issuance_dateTarget Issuance Date
move-sheet-collection
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetHistory]
target_acc_collection_display_nameTarget ACC Collection Display Name
target_acc_collection_idTarget ACC Collection Id
target_display_nameTarget Display Name
target_idTarget ID
print-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
publish-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_source_fileObject Source File
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
recall-public-link-for-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
remove-sheet-tag
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
remove-sheets-permission
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetContainer]
target_display_nameTarget Display Name
target_idTarget ID
target_object_typeTarget Object Type [e.g.: company, role, user]
rename-collection
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: AccCollection]
rename-sheet-title
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_titleObject Title
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
rename-version-set
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_idObject ID
object_issuance_dateObject Issuance Date
object_object_typeObject Object Type [e.g.: VersionSet]
renumber-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
target_display_nameTarget Display Name
target_idTarget ID
target_object_typeTarget Object Type [e.g.: History]
restore-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
resume-copy-sheet-container
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetContainer]
shared-with-recipients-for-sheets
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
target_display_nameTarget Display Name
target_idTarget ID
update-sheets-permission
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_idObject ID
object_object_typeObject Object Type [e.g.: SheetContainer]
target_display_nameTarget Display Name
target_idTarget ID
target_object_typeTarget Object Type [e.g.: company, group, role, user]
update-version-set
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_idObject ID
object_issuance_dateObject Issuance Date
object_object_typeObject Object Type [e.g.: VersionSet]
view-sheet
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
view-sheet-public-link
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account ID.
bim360_project_idBIM 360 HQ Project ID.
created_byAutodesk ID of the user performing the activity action
created_atThe timestamp when the activity created
activity_verbActivity performed by the user
object_acc_collection_display_nameObject ACC Colledtion Display Name
object_acc_collection_idObject ACC Collection Id
object_collection_idObject Collection Id
object_collection_instance_indexObject Collection Instance Index
object_collection_sizeObject Collection Size
object_display_nameObject Display Name
object_history_display_nameObject History Display Name
object_history_idObject History Id
object_idObject ID
object_object_typeObject Object Type [e.g.: Sheet]
object_version_set_display_nameObject Version Collection Display Name
object_version_set_idObject Version Set Id
object_version_set_issuance_dateObject Version Collection Issuance Date
target_display_nameTarget Display Name
target_idTarget ID