Versions Compared

Key

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

...

Deck of Cards
idbimGetElementTypes
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: element-types 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/element-types

Examplehttps://api-stage.bimplus.net/v2/bimplus/element-types

Card
labelHTTP Method
 GET
Card
labelDescription
 Gets the list of existing element types.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatuslangxml
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSONlangxml
[3]
0:  [3]
0:{
    {
"type": "GeometryObjectColumn",
    "category": "/1/3010/42/",
    "name": "3D object"
ifcTypeID_ArchColumn",
    "ifcType": "ID_IFCBuildingElementProxyIFCColumn",
    "id": "5a8a86702e308afe-cb9fd078-4f044c20-a467b53c-04a9e416a6d076b2da66d848"
  }-,
1:  {
    "type": "ChimneyDoorOpening",
    "category": "/5/1/10/8/",
    "name": "ChimneyID_ArchDoorOpening",
    "ifcType": "ID_IFCBuildingElementProxyIFCOpeningElement",
    "id": "e504f24c9eaf09c4-e6431f56-452b43ee-b901b008-6a18883dc7e95291ec50e7e1"
  }-,
2:  {
    "type": "ColumnFoundation",
    "category": "/1/10/26/",
    "name": "ColumnID_ArchFoundation",
    "ifcType": "ID_IFCColumnIFCFooting",
    "id": "2e308afe3a508cf2-d078bb2f-4c204cc5-b53c9b8c-76b2da66d848fbc1a5848bba"
  },
  ...
]

Anchor
getElementTypeProp
getElementTypeProp

...

Deck of Cards
idbimGetElementTypeProp
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: element-types/<element_type_id> 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/element-types/<element_id>

Examplehttps://api-stage.bimplus.net/v2/bimplus/element-types/e504f24c-e643-452b-b901-6a18883dc7e9

Card
labelHTTP Method
 GET
Card
labelDescription
 Get the properties of a specified element type.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatuslangxml
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSONlangxml
{
    "type": "ChimneyDoorOpening",
    "category": "/5/1/10/8/",
    "name": "ChimneyID_ArchDoorOpening",
    "ifcType": "ID_IFCBuildingElementProxyIFCOpeningElement",
    "id": "e504f24c9eaf09c4-e6431f56-452b43ee-b901b008-6a18883dc7e95291ec50e7e1"
}

Anchor
getDisciplines
getDisciplines

...

Deck of Cards
idbimGetDisciplines
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: element-types/disciplines 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/element-types/disciplines

Examplehttps://api-stage.bimplus.net/v2/bimplus/element-types/disciplines

Card
labelHTTP Method
 GET
Card
labelDescription
 Gets the list of existing layers.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatuslangxml
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSONlangxml
{
-e79a4e18-383f-49c4-aabf-e15b27850423: {
category: "/14/"
name: "Airconditionermodel"
ifcType: null
id: "e79a4e18-383f-49c4-aabf-e15b27850423"
}
-63b069d2-81df-4418-91de-8a954fa12924: {
category: "/5/"
name: "Wood Construction Model"
ifcType: null
id: "63b069d2-81df-4418-91de-8a954fa12924"
}
-dd5cc7d0-72fe-46aa-ba62-dcd86729bd2f: {
category: "/4/"
name: "Massiveconstructionmodel"
ifcType: null
id: "dd5cc7d0-72fe-46aa-ba62-dcd86729bd2f"
}
-6a6e4d09-3550-4483-8134-98ac1e6c1afb: {
category: "/60/"
name: "Production model"
ifcType: null
id: "6a6e4d09-3550-4483-8134-98ac1e6c1afb"
}
-09e623d4-1e12-4a77-b358-ea1d0b28e4a7: {
category: "/2/"
name: "Roommodel"
ifcType: null
id: "09e623d4-1e12-4a77-b358-ea1d0b28e4a7"
}
-687c6451-3fa1-47e0-9f13-406833bb06f3: {
category: "/13/"
name: "TGA_Wastewatermodel"
ifcType: null
id: "687c6451-3fa1-47e0-9f13-406833bb06f3"
}
}
...