Versions Compared

Key

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

...

Object Navigator / Object Filter Service

...

Deck of Cards
idbimCreateObjectFilter
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: settings/filter 

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

Examplehttps://api-stage.bimplus.net/v2/bimplus/settings/filter

JSON Structure:

Name

Mandatory / Optional

Type

Description

disciplineID

mandatory

string(guid)

Id of the layer/discipline

name

mandatory

guid

Name of the filter

filterString

mandatory

string

Id of the object attribute in this format [Attribute_ID].Value

Card
labelHTTP Method
 POST
Card
labelDescription
 Creates a new user account. Please remember that this service can be used only by the shop/portal (secured using the application_id of portal)
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Code Block
borderColorRed
langxml
titleJSON
{
 "disciplineID" : "0F106AF0-A919-44C5-B211-15BD5EF620B6",
 "name" : "Custom Filter",
 "filterString" : "[ae647490-054c-45d9-a348-122fba25bd3d].Value"
}
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 201 Created

Anchor
updateObjectFilter
updateObjectFilter

Update object filter

Deck of Cards
idbimUpdateObjectFilter