schedule Schema Description

Documentation Updated: 2023-12-04

activities

Schedule activities belonging to the latest schedule revision
1idstring: UUIDThe activity ID
2schedule_idstring: UUIDThe schedules ID for the activity
Foreign Key:
Table: schedules
Column: id
3bim360_account_idstring: UUIDBIM 360 HQ Account ID.
4bim360_project_idstring: UUIDBIM 360 HQ Project ID.
5unique_idnumberThe activity unique id in the User's scheduling software
6sequential_idnumberThe sequential ID of the activity
7file_activity_idstringThe activity ID field in the Schedule file
8parent_unique_idnumberThe parent activity unique id in the User's scheduling software
9typeenum: stringPossible Values:
  • MILESTONE
  • ACTIVITY
detailed column 7 description
10namestring: nullThe activity name
11is_critical_pathbooleanIs the activity in the schedule's critical path
12completion_percentagenumberThe activity completion percentage
13planned_starttimestamp: SQLWhen the activity was planned to start
14planned_finishtimestamp: SQLWhen the activity was planned to finish
15actual_starttimestamp: SQLWhen the activity actually started
16actual_finishtimestamp: SQLWhen the activity actually finished
17starttimestamp: SQLA calculated field to determine the start display date of the activity
18finishtimestamp: SQLA calculated field to determine the finish display date of the activity
19durationnumberThe duration of the activity in days
20actual_durationnumberThe actual duration of the activity in days
21remaining_durationnumberThe remaining duration of the activity in days
22free_slack_unitsstringUnits of the free (remaining) slack of the activity
23free_slack_durationnumberThe free (remaining) slack of the activity in the units in column free_slack_units
24total_slack_unitsstringUnits of the total slack of the activity
25total_slack_durationnumberThe total slack of the activity in the units in column total_slack_units
26is_wbsbooleanIs the activity a WBS
27wbs_pathstring: nullThe WBS Path of the activity, constracted from unique ids, string array // [1,2,3,4] -> "[1,2,3,4]"
28wbs_codestring: nullThe WBS code of the activity
29created_attimestamp: SQLCreation time of the activity
30updated_attimestamp: SQLUpdate time of the activity
31wbs_path_textstring: nullThe WBS Path of the activity, constracted from names, string array

activity_codes

Activity codes (Custom attributes) assignments to Activities belonging to the latest schedule revision
1idstring: UUIDThe activity code ID (Activity code assignment ID)
2schedule_idstring: UUIDThe schedule id of the activity code
Foreign Key:
Table: schedules
Column: id
3bim360_account_idstring: UUIDBIM 360 HQ Account ID.
4bim360_project_idstring: UUIDBIM 360 HQ Project ID.
5activity_unique_idnumberThe activity unique id in the User's scheduling software
6namestringThe name of the activity code
7valuestringThe value code of the activity code assignment
8value_descriptionstring: nullThe value free text of the activity code assignment
9created_attimestamp: SQLCreation time of the activity code
10updated_attimestamp: SQLUpdate time of the activity code

comments

Schedule update requests status changes
1idstring: UUIDThe comment ID
2schedule_idstring: UUIDThe update request id for the status change request
Foreign Key:
Table: schedules
Column: id
3bim360_account_idstring: UUIDBIM 360 HQ Account ID.
4bim360_project_idstring: UUIDBIM 360 HQ Project ID.
5activity_unique_idnumberThe activity unique id in the User's scheduling software
6bodystringMax length: 10000The comment text
7created_bystringUser who created the comment
8created_attimestamp: SQLCreation time of the comment

dependencies

Activity dependencies (links) belonging to the latest schedule revision
1idstring: UUIDThe dependency ID
2schedule_idstring: UUIDThe schedules ID for the revision
Foreign Key:
Table: schedules
Column: id
3bim360_account_idstring: UUIDBIM 360 HQ Account ID.
4bim360_project_idstring: UUIDBIM 360 HQ Project ID.
5source_unique_idnumberThe source activity unique id of the dependency
6target_unique_idnumberThe target activity unique id of the dependency
7typeenum: stringENUM VALUES: FINISH_FINISH, FINISH_START, START_FINISH, START_STARTThe type of dependency link
8created_attimestamp: SQLCreation time of the dependency
9updated_attimestamp: SQLUpdate time of the dependency

resources

Resource (Assignees) assignments to Activities belonging to the latest schedule revision
1idstring: UUIDThe resource ID (Resource assignment ID)
2schedule_idstring: UUIDThe schedule id of the activity code
Foreign Key:
Table: schedules
Column: id
3resource_unique_idnumberThe resource unique id in the User's scheduling software
4bim360_account_idstring: UUIDBIM 360 HQ Account ID.
5bim360_project_idstring: UUIDBIM 360 HQ Project ID.
6activity_unique_idnumberThe activity unique id in the User's scheduling software
7namestringThe name of the resource
8typeenum: stringENUM VALUES: WORK, COST, MATERIALThe type of resource
9email_addressstringMax length: 1000The email address of the resource
10created_attimestamp: SQLCreation time of the resource
11updated_attimestamp: SQLUpdate time of the resource

schedules

Schedules in ACC Build
1idstring: UUIDThe schedule ID
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4namestringThe schedule name
5typeenum: stringPossible Values:
  • XER
  • XML
  • MPP
  • PP
Schedule file type
6version_numbernumberThe revision number of the schedule
7is_publicbooleanIs the schedule available to all project members or to a restricted list of users
8created_bystringUser who created the Schedule
9updated_bystringUser who updated the Schedule
10created_attimestamp: SQLCreation time of the schedule
11updated_attimestamp: SQLUpdate time of the schedule