Hyperlink Service
Hyperlink Service
A particular hyperlink belonging to an object/slide/issue can be modified using the hyperlink service.
- Please use the Bimplus Object Service for creating a hyperlink or to deal with the group of hyperlinks belonging to an object, issue or slide.
Get details of the hyperlink
GET
Get details of a specified hyperlink.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
{
"orderNumber": 1,
"name": "My website",
"url": "https://www.bimplus.net/",
"id": "c46d1080-0450-4f03-aa4d-a32300e018e9"
}
Update the hyperlink
PUT
Update the specified hyperlink.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
{
"name": "My new website",
"url": "https://www-stage.bimplus.net/"
}
{
"orderNumber": 1,
"name": "My website",
"url": "https://www.bimplus.net/",
"id": "c46d1080-0450-4f03-aa4d-a32300e018e9"
}
Delete the hyperlink
DELETE
Deletes a specified hyperlink.
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json