meetingminutes Schema Description

Documentation Updated: 2023-12-04

assignees

Item Assignments
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4item_idstring: UUIDItem id which this assignment refer to
Foreign Key:
Table: items
Column: id
5participant_idstring: UUIDAssigned participant id
Foreign Key:
Table: participants
Column: id
6non_member_participant_idstring: UUIDAssigned non-membmer-participant id
Foreign Key:
Table: non_member_participants
Column: id
7created_attimestamp: SQLCreation time
8updated_attimestamp: SQLUpdate time
9deleted_attimestamp: SQLDeletion time

attachments

BIM 360 only - Meeting/item Attachments
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4item_idstring: UUIDItem id
Foreign Key:
Table: items
Column: id
5meeting_idstring: UUIDmeeting id
Foreign Key:
Table: meetings
Column: id
6uristringuri of the attachment
7originenum: stringPossible Values:
  • docs
origin of the attachent (docs, photos, google photos, etc..)
8namestringattachment's name
9created_bystringuser id which created this resource
10updated_bystringuser id which last updated this resource
11created_attimestamp: SQLCreation time
12updated_attimestamp: SQLUpdate time
13deleted_attimestamp: SQLDeletion time

items

Meeting items
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4topic_idstring: UUIDtopic id
Foreign Key:
Table: topics
Column: id
5order_indexnumberorder index of the item in its topic
6descriptionstringItem's content
7statusenum: stringPossible Values:
  • open
  • closed
item's status
8cross_series_idstring: UUIDitem's series id, all followup items have same series id
9due_datetimestamp: SQLitem's due date
10created_bystringuser id which created this resource
11updated_bystringuser id which last updated this resource
12created_attimestamp: SQLCreation time
13updated_attimestamp: SQLUpdate time
14deleted_attimestamp: SQLDeletion time

meetings

Meetings
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4series_idstring: UUIDmeeting's series id, all followup meetings have same series id
5titlestringmeeting's title
6descriptionstringmeeting's description/agenda
7summarystringmeeting's summary
8statusenum: stringPossible Values:
  • open
  • minutes
meeting's status
9num_in_seriesnumbermeeting's index in the series
10meeting_locationstringmeetings location, free text
11starts_attimestamp: SQLmeeting's beginning time
12durationnumbermeeting's duration
13video_conference_linkstringlink for the video conference
14created_bystringuser id which created this resource
15updated_bystringuser id which last updated this resource
16created_attimestamp: SQLCreation time
17updated_attimestamp: SQLUpdate time
18deleted_attimestamp: SQLDeletion time

non_member_participants

Meeting non-membmer-participants - participants that doen't have oxygen id
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4meeting_idstring: UUIDmulti-column unquiemeeting id
Foreign Key:
Table: meetings
Column: id
5first_namestringparticipant's first name
6last_namestringparticipant's last name
7companystringparticipant's company name
8emailstringparticipant's email
9statusenum: stringPossible Values:
  • present
  • missing
participant's status
10created_bystringuser id which created this resource
11updated_bystringuser id which last updated this resource
12created_attimestamp: SQLCreation time
13updated_attimestamp: SQLUpdate time
14deleted_attimestamp: SQLDeletion time

participants

Meeting participants
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4meeting_idstring: UUIDmeeting id
Foreign Key:
Table: meetings
Column: id
5autodesk_idstringuser autodesk(oxygen) id
6typeenum: stringPossible Values:
  • organizer
  • invitee
indicate if user is meeitng's organizer or invitee
7statusenum: stringPossible Values:
  • present
  • missing
participant's status
8created_bystringuser id which created this resource
9updated_bystringuser id which last updated this resource
10created_attimestamp: SQLCreation time
11updated_attimestamp: SQLUpdate time
12deleted_attimestamp: SQLDeletion time

topics

Meeting topics
1idstring: UUIDid
2bim360_account_idstring: UUIDAdded for account scoping of Assets data
3bim360_project_idstring: UUIDAdded for account scoping of Assets data
4meeting_idstring: UUIDmeeting id
Foreign Key:
Table: meetings
Column: id
5order_indexnumberorder index of the item in its meeting
6namestringtopic's title/description
7created_bystringuser id which created this resource
8updated_bystringuser id which last updated this resource
9created_attimestamp: SQLCreation time
10updated_attimestamp: SQLUpdate time
11deleted_attimestamp: SQLDeletion time