Activities Data Set Verb Descriptions: Admin

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 Admin Schema along with their relevant columns and any related tables.
assign-admin
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_access_change_listAccess change list in JSON Array Format
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
object_services_listService listing in JSON Array Format
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account, project]
assign-member
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_access_change_listAccess change list in JSON Array Format
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: project]
change-forge-app-status
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: forge_app]
object_statusStatus of the object being acted on
object_status_wasOld status of the object being acted on
change-project-status
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: project]
object_statusStatus of the object being acted on
object_status_wasOld status of the object being acted on
change-user-status
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: collection, user]
object_sizeSize of the object being acted on
object_statusStatus of the object being acted on
object_status_wasOld status of the object being acted on
create-account-role
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: account_role]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]
create-company
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: company]
create-forge-app
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: forge_app]
create-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_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: project]
create-project-company
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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: company]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: project]
create-user
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
delete-company
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: company]
delete-forge-app
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: forge_app]
delete-project-company
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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: company]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: project]
delete-user
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
disable-company-creation
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: account]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]
disable-project-creation
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: account]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]
edit-account
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_allow_edit_companyAllow company edit
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_nameName of the object being acted on
object_name_wasPrevious name for the object being acted on
object_object_typeType of the object being acted on [e.g.: account]
object_update_imageImage defintion
edit-bu
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: bu]
edit-company
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_nameName of the object being acted on
object_name_wasPrevious name for the object being acted on
object_object_typeType of the object being acted on [e.g.: company]
object_update_imageImage defintion
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: company]
edit-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_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_nameName of the object being acted on
object_name_wasPrevious name for the object being acted on
object_object_typeType of the object being acted on [e.g.: project]
object_update_imageImage defintion
edit-user
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_access_change_listAccess change list in JSON Array Format
object_added_servicesAllowed services
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
object_removed_servicesRemoved services from the object
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: project]
enable-company-creation
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: account]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]
enable-project-creation
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: account]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]
export-users
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: collection]
import-users
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: collection]
object_sizeSize of the object being acted on
invite-developer-to-app
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: forge_app]
remove-admin
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_access_change_listAccess change list in JSON Array Format
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account, project]
remove-member
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_access_change_listAccess change list in JSON Array Format
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: project]
resend-invitation-to-developer
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: user]
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: forge_app]
resend-invitations
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_object_typeType of the object being acted on [e.g.: collection]
object_sizeSize of the object being acted on
update-account-role
activity_idActivity ID for this event
bim360_account_idBIM 360 HQ Account 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_default_access_levelDefault level of access for the object
object_display_nameDisplay name for the target being acted on
object_idID for the object being acted on - if the object_object_type is user, this ID is the admin_users id column, not the Autodesk ID
object_nameName of the object being acted on
object_object_typeType of the object being acted on [e.g.: account_role]
object_service_nameService name for the object being acted on
object_statusStatus of the object being acted on
target_display_nameDisplay name for the object being acted on
target_idID for the target being acted on - if the target_object_type is user, this ID is the admin_users id column, not the Autodesk ID
target_object_typeObject type for the target being acted on [e.g.: account]