Versions Compared

Key

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

This page is under construction

Anchor
updateSetting
updateSetting

Update a setting
Deck of Cards
idbimPinUpdate
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: application/settings/<setting_id>

URLhttps://api-stage.bimplus.net/v2/application/settings/<setting_id>

Example:https://api-stage.bimplus.net/v2/application/settings/c47b737c-6727-4832-bcd1-57ead714ae34

JSON Structure

Name

Mandatory / Optional

Type

Description

id

will be ignored

string

Name of the project

key

optional

string

Key(i.e name) of the setting. It should be unique.

value

optional

string

Value for the key

updatewill be ignoredstring(date)The update date of the setting
Card
labelHTTP Method
 PUT
Card
labelDescription
Update the value of a setting.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Code Block
borderColorRed
langxml
titleJSON
{
        "key": "AutoLoadLastModel",
        "value": "No"
}
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK

Anchor
getSettingInfo
getSettingInfo

Get info about a setting
Deck of Cards
idbimGetSettingInfo
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: application/settings/<setting_id>

URLhttps://api-stage.bimplus.net/v2/application/settings/<setting_id>

Example:https://api-stage.bimplus.net/v2/application/settings/c47b737c-6727-4832-bcd1-57ead714ae34

Card
labelHTTP Method
 GET
Card
labelDescription
 Get details of a specified user setting.
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
{
        "key": "AutoLoadLastModel",
        "value": "Yes",
        "updated": "2015-08-19T00:04:16.387",
        "id": "c47b737c-6727-4832-bcd1-57ead714ae34"
}

Anchor
deleteSetting
deleteSetting

Delete a setting
Deck of Cards
idbimDeleteSetting
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: application/settings/<setting_id>

URLhttps://api-stage.bimplus.net/v2/application/settings/<setting_id>

Example:https://api-stage.bimplus.net/v2/application/settings/c47b737c-6727-4832-bcd1-57ead714ae34

Card
labelHTTP Method
 DELETE
Card
labelDescription
 Deletes a specified pin.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK