Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • What is Bimplus ?

    Office Powerpoint
    width550
    nameWhat is bimplus.pptx
    width550
    height300
  • Benefits of Bimplus

    Office Powerpoint
    width550
    nameIntroducing bimplus.pdf
    width550
    height300

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.

...

For further details see the Bimplus api reference

Client request example:

...

{}{composition-setup}
Composition Setup
Wiki Markup
{deck:id=bimGetProjectList}
Wiki Markup
{card:label=HTTP Method}

GET

Wiki Markup
{card}
Deck of Cards
idbimGetProjectList

Card
labelHTTP Method

GET

Card

{card:label=URL / Resource / JSON Structure|default=true}
Card
defaulttrue
labelURL / Resource / JSON Structure
Wiki Markup

Resource: projects 

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

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

Wiki Markup
{card}
Card

{card:label=Description}
Card
labelDescription
Wiki Markup

Gets the available project list with main properties.

Wiki Markup
{card}
Card

{card:label=Request}
Card
labelRequest
Wiki Markup

Code Block
borderColorGreen
titleHeaders
langxmltitleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Wiki Markup
{card}
Card

{card:label=Response}
Card
labelResponse
Wiki Markup

unmigrated-inline-wiki-markup
Code Block
borderColorGreen
titleStatus
langxmltitleStatus
Status: 200 OK
{
}
Deck of Cards