submittals Schema Description

Documentation Updated: 2023-12-04

attachments

Attachments for BIM 360 Submittal items.
1idstring: UUIDID for the Attachment
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4item_idstring: UUIDThe ID for the parent Item
Foreign Key:
Table: items
Column: id
5namestringName of the file
6is_responsebooleanis this attachment should be marked as a response
7revisionnumberRevision of the item when the attachment was added
8attachment_type_idenum: stringPossible Values:
  • 1 - Document
  • 2 - Photo
  • 3 - PDF
ID of the attachment type (document/ photo/ pdf)
9type_valuestringvalue of the attachment_type_id
10created_bystringAutodesk User ID of the user that created the attachment
11created_attimestamp: SQLDate and time when the attachment created
12updated_attimestamp: SQLDate and time when the attachment last updated
13updated_bystringAutodesk User ID of the user that last updated the attachment
14is_reviewbooleanAttachment is a part of a review process
15is_deletedbooleanwas the attachment deleted
16deleted_attimestamp: SQLwhen was the attachment deleted
17upload_urnstringstorage URN where attachments are uploaded

comments

Comments for BIM 360 Submittal items.
1idstring: UUIDID for the Comment
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4item_idstring: UUIDThe ID for the parent Item
Foreign Key:
Table: items
Column: id
5updated_bystringAutodesk User ID of the user that last updated the comment
6updated_attimestamp: SQLDate and time when the comment updated
7created_bystringAutodesk User ID of the user that created the comment
8created_attimestamp: SQLDate and time when the comment was created
9bodystringBody of the comment
10is_deletedbooleanwas the comment deleted
11deleted_attimestamp: SQLwhen was the comment deleted

item_cc_users

List of Autodesk User IDs of cc'ed users. This table is going to be deprecated and replaced by item_distribution_list_users
1item_idstring: UUIDID for the Item
Foreign Key:
Table: items
Column: id
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4user_idstringAutodesk User IDs of cc'ed user

item_co_reviewers_users

List of Autodesk User IDs of consultant users
1item_idstring: UUIDID for the Item
Foreign Key:
Table: items
Column: id
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4user_idstringAutodesk User IDs of the reviewer user

item_distribution_list_users

List of Autodesk User IDs of distribution_list users and their type
1item_idstring: UUIDID for the Item
Foreign Key:
Table: items
Column: id
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4user_idstringAutodesk User IDs of cc'ed user/role/company
5user_type_idstringPossible Values:
  • 1 - user
  • 2 - company
  • 3 - role
if of the distribution_list member user_type (user/role/company)
6user_type_valuestringvalue of the user_type_id

itemrevisions

Revisions for BIM 360 Submittals
1revisionnumberRevision of the item when it was recorded
2item_idstring: UUIDThe ID for the Submittal.
3item_titlestringTitle (name) of the item, when new revision created
4item_identifiernumberIdentifier of the item. Created automatically
5spec_titlestringTitle of the spec
6spec_identifierstringSpec identifier. Created by the user
7spec_idstring: UUIDID for the Spec Section
8bim360_account_idstring: UUIDBIM 360 HQ Account ID.
9bim360_project_idstring: UUIDBIM 360 HQ Project ID.

items

Submittal items for the BIM 360 system.
1idstring: UUIDThe ID for the Submittal.
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4spec_idstring: UUIDID for the associated Spec
Foreign Key:
Table: specs
Column: id
5spec_identifierstringIdentifier of the spec this item related to
6titlestringTitle (name) of the item
7type_idenum: stringPossible Values:
  • 1 - Attic Stock
  • 2 - Certificates
  • 3 - O&M Manuals
  • 4 - Product Data
  • 5 - Samples
  • 6 - Shop Drawings
  • 7 - Test Data
  • 8 - Warranty/Guarantee
  • 9 - Other
  • 10 - Documentation
  • 11 - LEED
  • 12 - Reports
  • 13 - Schedule
  • 14 - Qualification Data
  • 15 - Mockup
ID of the item type
8type_valuestringvalue of the item type_id
9response_commentstringResponse comment of the item (in addition to response id)
10assigned_tostringAutodesk User ID of the user that the item is assigned to
11revisionnumberRevision of the item
12responded_bystringAutodesk User ID of the user that responded
13descriptionstringDescription of the item
14responded_attimestamp: SQLDate and time when response was added
15due_datedate: stringDate and time for the item to be done with current state
16required_on_job_datedate: stringDate and time for the item to be done on site
17managerstringAutodesk User ID of the manager
18reviewerstringAutodesk User ID of the reviewer
19created_bystringAutodesk User ID of the user that created the item
20created_attimestamp: SQLwhen was the item created
21state_idstringState of the item
22response_idenum: stringPossible Values:
  • 1 - Rejected
  • 2 - Revise and resubmit
  • 3 - Approved as noted
  • 4 - Approved
  • 5 - For record only
ID of the response, if was added.
23response_valuestringvalue of the response_id
24subsectionstringSub spec section
25subcontractorstringAutodesk User ID of the user that assigned as subcontractor
26identifiernumberIdentifier of the item. Created automatically
27updated_bystringAutodesk User ID of the user the last updated the item
28updated_attimestamp: SQLlast time the item was updated
29status_idenum: stringPossible Values:
  • 1 - Required
  • 2 - Open
  • 3 - Closed
  • 4 - Void
  • 5 - Empty
  • 6 - Draft
Status ID
30status_valuestringvalue of the status_id
31package_titlestringTitle of the package the item is related to (if any)
32packagestring: UUIDID for the associated Package
Foreign Key:
Table: packages
Column: id
33package_identifiernumberIdentifier of the package the item is related to (if any)
34priority_idnumberPossible Values:
  • 1 - Low
  • 2- Normal
  • 3 - High
id of the priority the item is related to (if any)
35priority_valuestringvalue of the priority_id
36required_datedate: stringitem's required date
37required_approval_datedate: stringitem's required approval date
38lead_timenumberitem's lead time
39sent_to_submittertimestamp: SQLwhen the submitter received the item
40received_from_submittertimestamp: SQLWhen the submitter moved the item forward
41sent_to_reviewertimestamp: SQLWhen the reviewer received the item
42received_from_reviewertimestamp: SQLWhen the reviewer moved the item forward
43published_datetimestamp: SQLWhen the item was closed and distributed
44submitter_due_datedate: stringWhen the responsible contractor submission is due
45manager_due_datedate: stringWhen the manager review is due
46reviewer_due_datedate: stringWhen the reviewer review is due

packages

Submittal Packages for the BIM 360 system.
1idstring: UUIDID for the Package
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4spec_idstring: UUIDID for the associated Spec
Foreign Key:
Table: specs
Column: id
5titlestringTitle of the package
6identifiernumberIdentifier of the package. Created Automatically
7updated_bystringAutodesk User ID of the user that last updated the package
8created_attimestamp: SQLDate and time when the spec was created
9created_bystringAutodesk User ID of the user that created the package
10updated_attimestamp: SQLDate and time when spec was last updated
11deleted_attimestamp: SQLDate and time when package was deleted
12is_deletedbooleanWas the package deleted
13spec_identifierstringIdentifier of the spec this package related to

specs

Submittal Spec Sections for the BIM 360 system.
1idstring: UUIDID for the Spec Section
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4updated_bystringAutodesk User ID of the user that last updated the spec
5titlestringTitle of the spec
6identifierstringSpec identifier. Created by the user
7created_bystringAutodesk User ID of the user that created the spec
8created_attimestamp: SQLDate and time when the spec was created
9updated_attimestamp: SQLDate and time when the spec was updated
10is_deletedbooleanis the spec deleted
11deleted_attimestamp: SQLwhen was the spec deleted