Help us improve the Bimplus API doc by providing your valuable comments. You can find the comment section at the bottom of the page.

Bimplus Introduction 

Bimplus API

Bimplus API provides RESTful services for accessing, creating, modifying and deleting different levels of information in a building model on our Bimplus platform. It connects the building project information to a vast number of developers providing innovative Apps / applications that can operate on the building models and information.There are four types of database operation defined for manipulating the building content. i.e Create, Read, Update, Delete (CRUD) can be performed against the resources(URI, which are building information in our case) which are essentially the building blocks of REST.

The following HTTP methods implement these operations in the persistent level:

Operation

SQL

HTTP

Create a resource on the server

INSERT

POST

Retrieve the resource from the server

SELECT

GET

Update the resource on the server

UPDATE

PUT

Delete the resource from the server

DELETE

DELETE

All necessary information for resource manipulation will be sent within a HTTP request. It includes

Things to remember:

Connect with Bimplus and become a Bimplus compliant developer/partner

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

 

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.

These are the project relevant services available at the moment:

These are the administration relevant services available at the moment:

For further details see the Bimplus api reference

Client request example:

 
 GET
 Resource: projects 

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

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

 Gets the available project list with main properties.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Status: 200 OK