Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column

Attachment Service


Column

Issue Service


Column

Pin Service


Column

Import Service


Section
Column

Authorization Service


Column

User Management Service


Column

Team Management Service


Column

Membership Management Service


...

Import Service

...

This service is used for creating replacing existing models inside a new project by importing the existing projects models in the form of IFC and SketchUp files into a team base.

Anchor
createProjectFromIFC
createProjectFromIFC

...

Replace a

...

model by importing SketchUp and IFC files
Deck of Cards
idbimCreateProjectFromIFC
Card
labelHTTP Method
 POST
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: import 

URLhttps://api.bimplus.net/v2/<team_slug>/projects/<project_id>/model/<model_id>/import

Examplehttps://api.bimplus.net/v2/bimplus/projects/best-project/model/12345/import


Card
labelDescription
 Create  Replace a model in a new project by importing SketchUp and IFC files into the team database.
Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 201 Created

 

...

Create a new sub-project by importing SketchUp and IFC files (Not implemented)
Deck of Cards
idbimCreateSubProjectFromIFC
Card
labelHTTP Method
 POST
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: projects/<project_id>/import 

URLhttps://api.bimplus.net/v2/<team_slug>/projects/<project_id>/import

Examplehttps://api.bimplus.net/v2/bimplus/projects/0d2ce2cc-3588-45d6-a59a-f6b89ebed34e/import

Card
labelDescription
 Create a new sub-project by importing SketchUp and IFC files into the project.
Card
labelRequest
 
Card
labelResponse
 

 

Anchor
authorizationService
authorizationService

...