Versions Compared

Key

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

...

Anchor
assignAdditionalObjects
assignAdditionalObjects

Assign additional objects to the latest structureElement node
is the same like previous call
Deck of Cards
idbimAssignAdditionalObjects
Card
labelUrl

 Resource: structures/

<structureElement

<structure_id>/assign/<object_id> 

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

<structureElement

<structure_id>/assign/<object_id> 

Example:https://api-stage.bimplus.net/v2/bimplus/structures/

35b986c2

179439d6-

e9cd

df16-

482e

41cc-

9281

bd2c-

6000671a49f0

74d05b7995d5/assign/df4a81d6-42fb-4187-bbce-82a2fc093b2f

use the response from previous call for 'StructureElement.id'

Card
labelHttpMethod

POST

Card
labelassignRespons
Card
labelHttpMethod

POST

Card
labelJson
{
    "structureId": "adf506ae-3628-4501-9af1-22bcf27e4ab4",
    "objectId": "df4a81d6-42fb-4187-bbce-82a2fc093b2f",
    "name": "WallConnection",
    "nr": 1,
    "id": "35b986c2-e9cd-482e-9281-6000671a49f0"
}

 

Assign additional objects to the latest structureElement node

Anchor
removeAssignedObject
removeAssignedObject

...

Deck of Cards
idbimRemoveAssignedObject
Card
labelUrl / Resource

Resource: structures/<structureElement_id>/delete/<object_id> 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/structures/<structureElement_id>/delete/<object_id> 

Example: https://api-stage.bimplus.net/v2/bimplus/structures/35b986c2-e9cd-482e-9281-6000671a49f0/delete/df4a81d6-42fb-4187-bbce-82a2fc093b2f


Card
labelHttpMethod

 DELETE

Card
labelresponse

HttpStatusCode.OK

...

Deck of Cards
idbimCopyStructure
Card
labelUrl / Resource /Json

Resource: structures/<structure_id>/copy

URLhttps://api-stage.bimplus.net/v2/<team_slug>/structures/<structure_id>/copy

Example: https://api-stage.bimplus.net/v2/bimplus/structures/35b986c2-e9cd-482e-9281-6000671a49f0/copy

 

Card
labelHttpMethod

POST

 

Anchor
updateStructure
updateStructure

...