Versions Compared

Key

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

...

Deck of Cards
idbimGetPinDetails
 
Card
 
Card
labelHTTP Method
 

GET

Card
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
 
Resource: pins/<pin_id> 

URLhttps://api.bimplus.net/v2//pins/

Example:https://api.bimplus.net/v2/bimplus/pins/8836308d-f09f-4bb7-b6d2-354a2db205a6

Card
 
labelDescription
 

...

 Get details of a specified pin.

...

card
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
Code Block
borderColorRed
titleJSON
langxml
{
    "issueId": "8ead8bfe-ab23-4340-ac47-38181e83bff3",
    "objectId": "7cf910cb-e357-43f6-aa3a-b45c26380f75",
    "topologyNodeId": "387fa6cc-b6f9-4470-8c42-c07982aba660",
    "position": {
        "x": 123.45,
        "y": 234.56,
        "z": 345.67
    },
    "normalVector": {
        "x": 0,
        "y": 1,
        "z": 2
    },
    "createdAt": "2013-06-07T10:07:00",
    "id": "8836308d-f09f-4bb7-b6d2-354a2db205a6"
}

 

Deck of Cards
 

Anchor
updatePin
updatePin

Update the pin
 
Deck of Cards
idbimPinUpdate
Card
labelHTTP Method
 
 PUT

PUT

Card
Card
 
defaulttrue
labelURL / Resource / JSON Structure
 
Resource: pins/<pin_id> 

URLhttps://api.bimplus.net/v2//pins/

Example: https://api.bimplus.net/v2/bimplus/pins/8836308d-f09f-4bb7-b6d2-354a2db205a6

JSON Structure

Name

Mandatory / Optional

Type

Description

issueId

mandatory

string (guid)

The id of the issue to which the pin is related

objectId

mandatory

string (guid)

The id of the object to which the pin is related

newObjectId

optional

string (guid)

It should be specified when the pin is assigned to another object via update

topologyNodeId

optional

string (guid)

The id of the topology to which the pin is attached

position

optional

object

The position of the issue in the building (x,y,z co-ordinates)

normalVector

optional

object

The direction of the issue in the 3D space (x,y,z co-ordinates)

createdAt

will be ignored

date

The creation date

...

Card
 

Card
labelDescription
 
Update or replace a specified existing pin with a new one.
Card
 
Card
labelRequest
 
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Code Block
borderColorRed
titleJSON
langxml
{
    "issueId": "8ead8bfe-ab23-4340-ac47-38181e83bff3",
    "objectId": "7cf910cb-e357-43f6-aa3a-b45c26380f75",
    "position": {
        "x": 123.45,
        "y": 234.56,
        "z": 345.67
    },
    "normalVector": {
        "x": 0,
        "y": 1,
        "z": 2
    }
}
Card
 
Card
labelResponse
 
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Card

 

Deck of Cards
 

Anchor
deletePin
deletePin

Delete the pin
Deck of Cards
idbimGetPinDetails
 
Card
 
Card
labelHTTP Method
 

DELETE

 DELETE
Card
defaulttrue
labelURL / Resource / JSON Structure
 
Resource: pins/<pin_id> 

URLhttps://api.bimplus.net/v2//pins/

Example: https://api.bimplus.net/v2/bimplus/pins/8836308d-f09f-4bb7-b6d2-354a2db205a6

Card
 
Card
labelDescription
 

...

 Deletes a specified pin.

...

cardcard
Card
 
Card
labelRequest
 
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
 
Card
labelResponse
 
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK

 

Deck of Cards
 

Anchor
importService
importService

...

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

Anchor
createProjectFromIFC
createProjectFromIFC

Create a new project by importing SketchUp and IFC files
Deck of Cards
idbimCreateProjectFromIFC
 
Card
labelHTTP Method
 

...

 POST
Card
 
Card
defaulttrue
labelURL / Resource / JSON Structure
 
Resource: import 

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

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

...

Card
 


Card
labelDescription
 

...

Card
 Create 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
 
Card
labelResponse
 
Code Block
borderColorGreen
titleStatus
langxml
Status: 201 Created
Card
 
Deck of Cards

 

Anchor
createSubProjectFromIFC
createSubProjectFromIFC

Create a new sub-project by importing SketchUp and IFC files (Not implemented)
Deck of Cards
idbimCreateSubProjectFromIFC
 
Card
labelHTTP Method
 
 POST

POST

Card
Card
 
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.

...

carddeck
Card
 
Card
labelRequest
 
 
Card
labelResponse
 
Card
 

 

Anchor
authorizationService
authorizationService

...