Versions Compared

Key

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

...

Deck of Cards
idbimGetAllClashFilters
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: clashdetection/filters

URLhttps://api-stage.bimplus.net/v2/<team_slug>/clashdetection/filters

Example:https://api-stage.bimplus.net/v2/bimplus/clashdetection/filters

Card
labelHTTP Method

GET

Card
labelDescription

Get details of all clash filters for a particular team

Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 Ok
Code Block
borderColorRed
langxml
titleJSON
[
  {
    "name": "Shell",
    "description": "Clashes of all main building elements objects. For example walls, floors, roof, stairs, openings, columns...with each other.",
    "tolerancex": 0.01,
    "boxsize": 0.4,
    "definitions": [
      {
        "name": "Shell1",
        "filterid": "0c39a1c5-2551-4587-8fd9-ec8b59372bcd",
        "definition": "[I]0F106AF0-A919-44C5-B211-15BD5EF620B6",
        "id": "d76a6719-d858-45d1-a8e9-929efc58a356"
      },
      {
        "name": "Shell2",
        "filterid": "0c39a1c5-2551-4587-8fd9-ec8b59372bcd",
        "definition": "[I]0F106AF0-A919-44C5-B211-15BD5EF620B6",
        "id": "d76a6719-d858-45d1-a8e9-929efc58a356"
      }
    ],
    "id": "d76a6719-d858-45d1-a8e9-929efc58a356"
  },
  {
    "name": "Window/Door",
    "description": "Clashes of all doors/windows objects with all building elements objects.",
    "tolerancex": 0.01,
    "boxsize": 0.4,
    "definitions": [
      {
        "name": "Window/Door1",
        "filterid": "954ec08b-5c55-4f86-9d01-d49cc3b2f666",
        "definition": "[I]*[I]10074EEF-9418-4d64-9C6D-23932835A7F1",
        "id": "ffc6ab25-b3a9-1ecd-95be-35b5e7475fad"
      },
      {
        "name": "Window/Door2",
        "filterid": "954ec08b-5c55-4f86-9d01-d49cc3b2f666",
        "definition": "[I]*[I]30114B52-BC05-47C1-80B5-C7D5485D5845,30114B52-BC05-47C1-80B5-C7D5485D5846",
        "id": "ffc6ab25-b3a9-1ecd-95be-35b5e7475fad"
      }
    ],
    "id": "ffc6ab25-b3a9-1ecd-95be-35b5e7475fad"
  }
  , ...
]

Anchor
getClashFilter
getClashFilter

Get details of single clash filter
Deck of Cards
idbimGetClashFilter
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: clashdetection/filters

URLhttps://api-stage.bimplus.net/v2/<team_slug>/clashdetection/filters

Example:https://api-stage.bimplus.net/v2/bimplus/clashdetection/filters