locations Schema Description

Documentation Updated: 2023-12-04

nodes

Nodes from a specified tree in BIM 360.
1tree_idstring: UUIDThe Tree ID for this node
Foreign Key:
Table: tree
Column: id
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4parent_idstring: UUIDParent Node ID
5idstring: UUIDID for the node
6namestringName of the node
7ordernumberRelative order of the node under its parent
8created_attimestamp: SQLCreation time for the node
9updated_attimestamp: SQLUpdate time for the node

trees

The location trees for BIM 360.
1idstring: UUIDTree ID
2bim360_account_idstring: UUIDBIM 360 HQ Account ID.
3bim360_project_idstring: UUIDBIM 360 HQ Project ID.
4namestringName of the tree
5created_attimestamp: SQLCreation time of the tree
6updated_attimestamp: SQLUpdate time for the tree