Activities Data Set Verb Descriptions: Issues

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 Issues Schema along with their relevant columns and any related tables.
issue-answered
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-assign
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-attach
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_attachment_attachment_typeAttachement type for the issue [e.g.: document, photo]
object_attachment_display_nameAttachment Display name for the issue
object_attachment_idAttachement id for the issue
object_attachment_nameAttachment name for the issue
object_attachment_urnAttachement urn type for the issue
object_attachment_urn_typeAttachement urn for the issue [e.g.: dm, oss]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-attachment-add
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_attachment_display_nameAttachment Display name for the issue
object_attachment_idAttachement id for the issue
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-attachment-remove
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_attachment_display_nameAttachment Display name for the issue
object_attachment_idAttachement id for the issue
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-closed
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-comment
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_comment_idComment ID for the issue
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-completed
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-create
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-deleted
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-detach
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_attachment_attachment_typeAttachement type for the issue [e.g.: document, photo]
object_attachment_display_nameAttachment Display name for the issue
object_attachment_idAttachement id for the issue
object_attachment_nameAttachment name for the issue
object_attachment_urnAttachement urn type for the issue
object_attachment_urn_typeAttachement urn for the issue [e.g.: dm, oss]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-draft
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-due-date
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-edit
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-in-dispute
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-in-progress
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-in-review
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-link-added
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-link-removed
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-not-approved
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-open
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-pending
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-placement-add
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-placement-remove
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-placement-reposition
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-ready-to-inspect
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-respond
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-restored
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-snapshot-edit
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_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-view
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issue-void
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes
issue-work-completed
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_answerAnswer of the issue
object_assigned_toAssigned to user for the issue
object_assigned_to_typeAssigned to type for the issue [e.g.: company, role, user]
object_created_atCreated at timestamp for the issue
object_display_nameDisplay name for the issue
object_idID of the issue
object_statusStatus of the issue
object_titleTitle for the issue
object_updated_atUpdated timestamp for the issue
issues_changes