Versions Compared

Key

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

...

  • Bimplus is an open, “All-Connect” platform for connecting people, information and BIM models to build faster. Bimplus is Open BIM compliant.
  • Bimplus provides universal access, sharing and connection of relevant building information; enabling seamless collaboration among all people in the project
  • Bimplus is designed, using the latest Internet computing, cloud technologies, mobile devices and social communication.
  • Bimplus is the future of the Internet based building Industry.
  • You can find more information about Bimplus from our
    Newwindowlink
    titleBimplus website
    urlhttp://www-stage.bimplus.net/
  • What is Bimplus ?

    Office Powerpoint
    width550
    nameWhat is bimplus.pptx
    height300

...

  • The project slug (which should be provided during the creation of a project) should be provided as part of the URL for accessing all the project relevant resources. This is also necessary to verify the user’s access rights on the project in an early stage of processing the API call (before any business data will be touched and any business logic will be executed)

Connect with Bimplus and become a Bimplus compliant developer/partner

...

The following figure describes the relation between the Bimplus portal and the API.

  • Please register
    Newwindowlink
    titlehere
    urlhttp://www.bimplus.net/en/open-account/
    for accessing the Bimplus resources and become a Bimplus compliant developer and a partner. You will receive an authentication token after the registration.

...

  • Please find a quick start tutorial
    Newwindowlink
    titlehere
    url1.2+Quick+Start
    .

 

Bimplus Services

Bimplus API provides RESTful services for accessing, creating, modifying and deleting different levels of information in a building model on our Bimplus platform.

...

Client request example:

Composition Setup
 
Deck of Cards
idbimGetProjectList
 
Card
labelHTTP Method
 

GET

Card
 
Card
defaulttrue
labelURL / Resource / JSON Structure
 

Resource: projects 

URLhttps://api.bimplus.net/v2/<team>/projects

Examplehttps://api.bimplus.net/v2/bimplus/projects

Card
 
Card
labelDescription
 

Gets the available project list with main properties.

Card
 
Card
labelRequest
 
Code Block
borderColorGreen
titleHeaders
langxml

Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
 
Card
labelResponse
 
Code Block
borderColorGreen
titleStatus
langxml

Status: 200 OK
Deck of Cards