├── Images ├── Topology1.png ├── Topology2.png └── Topology3.png ├── LICENSE ├── README.md └── Schemas ├── Collaboration ├── Action │ ├── comment_actions.json │ ├── project_actions.json │ ├── topic_actions.json │ └── viewpoint_actions.json ├── Comment │ ├── comment_GET.json │ ├── comment_POST.json │ └── comment_PUT.json ├── Document │ └── document_GET.json ├── DocumentReference │ ├── document_reference_GET.json │ ├── document_reference_POST.json │ └── document_reference_PUT.json ├── Events │ ├── comment_event_GET.json │ ├── event_action.json │ └── topic_event_GET.json ├── File │ ├── file_GET.json │ ├── file_PUT.json │ ├── project_file_display_information.json │ ├── project_file_information.json │ └── project_files_information_GET.json ├── RelatedTopic │ ├── related_topic_GET.json │ └── related_topic_PUT.json ├── Topic │ ├── bim_snippet.json │ ├── topic_GET.json │ ├── topic_POST.json │ └── topic_PUT.json └── Viewpoint │ ├── bitmap_GET.json │ ├── bitmap_POST.json │ ├── clipping_plane.json │ ├── coloring.json │ ├── coloring_GET.json │ ├── component.json │ ├── component_list.json │ ├── components.json │ ├── direction.json │ ├── line.json │ ├── location.json │ ├── orthogonal_camera.json │ ├── perspective_camera.json │ ├── point.json │ ├── selection_GET.json │ ├── snapshot_GET.json │ ├── snapshot_POST.json │ ├── view_setup_hints.json │ ├── viewpoint_GET.json │ ├── viewpoint_POST.json │ ├── visibility.json │ └── visibility_GET.json ├── Project ├── extensions_GET.json ├── project_GET.json └── project_PUT.json ├── User └── user_GET.json └── error.json /Images/Topology1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Images/Topology1.png -------------------------------------------------------------------------------- /Images/Topology2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Images/Topology2.png -------------------------------------------------------------------------------- /Images/Topology3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Images/Topology3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/README.md -------------------------------------------------------------------------------- /Schemas/Collaboration/Action/comment_actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Action/comment_actions.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Action/project_actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Action/project_actions.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Action/topic_actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Action/topic_actions.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Action/viewpoint_actions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Action/viewpoint_actions.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Comment/comment_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Comment/comment_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Comment/comment_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Comment/comment_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Comment/comment_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Comment/comment_PUT.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Document/document_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Document/document_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/DocumentReference/document_reference_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/DocumentReference/document_reference_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/DocumentReference/document_reference_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/DocumentReference/document_reference_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/DocumentReference/document_reference_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/DocumentReference/document_reference_PUT.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Events/comment_event_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Events/comment_event_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Events/event_action.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Events/event_action.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Events/topic_event_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Events/topic_event_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/File/file_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/File/file_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/File/file_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/File/file_PUT.json -------------------------------------------------------------------------------- /Schemas/Collaboration/File/project_file_display_information.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/File/project_file_display_information.json -------------------------------------------------------------------------------- /Schemas/Collaboration/File/project_file_information.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/File/project_file_information.json -------------------------------------------------------------------------------- /Schemas/Collaboration/File/project_files_information_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/File/project_files_information_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/RelatedTopic/related_topic_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/RelatedTopic/related_topic_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/RelatedTopic/related_topic_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/RelatedTopic/related_topic_PUT.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Topic/bim_snippet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Topic/bim_snippet.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Topic/topic_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Topic/topic_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Topic/topic_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Topic/topic_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Topic/topic_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Topic/topic_PUT.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/bitmap_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/bitmap_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/bitmap_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/bitmap_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/clipping_plane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/clipping_plane.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/coloring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/coloring.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/coloring_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/coloring_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/component.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/component_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/component_list.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/components.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/direction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/direction.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/line.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/location.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/location.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/orthogonal_camera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/orthogonal_camera.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/perspective_camera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/perspective_camera.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/point.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/selection_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/selection_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/snapshot_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/snapshot_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/snapshot_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/snapshot_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/view_setup_hints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/view_setup_hints.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/viewpoint_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/viewpoint_GET.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/viewpoint_POST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/viewpoint_POST.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/visibility.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/visibility.json -------------------------------------------------------------------------------- /Schemas/Collaboration/Viewpoint/visibility_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Collaboration/Viewpoint/visibility_GET.json -------------------------------------------------------------------------------- /Schemas/Project/extensions_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Project/extensions_GET.json -------------------------------------------------------------------------------- /Schemas/Project/project_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Project/project_GET.json -------------------------------------------------------------------------------- /Schemas/Project/project_PUT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/Project/project_PUT.json -------------------------------------------------------------------------------- /Schemas/User/user_GET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/User/user_GET.json -------------------------------------------------------------------------------- /Schemas/error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buildingSMART/BCF-API/HEAD/Schemas/error.json --------------------------------------------------------------------------------