Versions Compared

Key

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

...

Anchor
objGetHyperlinks
objGetHyperlinks

Get the

...

hyperlink list from the object
Deck of Cards
idbimGetObjHyperlinks
Card
labelHTTP Method
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: objects/<object_id>attachments id>hyperlinks 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/objects/<object_id>attachmentsid>hyperlinks

Examplehttps://api-stage.bimplus.net/v2/bimplus/objects/7cf910cb-e357-43f6-aa3a-b45c26380f75/attachmentshyperlinks

Card
labelDescription
 Get all the attachments hyperlinks belonging to a specified object.
Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Code Block
borderColorRed
titleJSON
langxml
    {
        "objectIds": [
            "0d2ce2cc-3588-45d6-a59a-f6b89ebed34e"{
        ],
        "fileName"orderNumber": "Building_Plan.jpg"1,
        "typename": "image/jpeg",
        "size": 211258My website",
        "createdAturl": "2013-12-11T10:47:39",
        "creator": {https://www.bimplus.net/",
        "id": "e18941f4c46d1080-a8090450-2d014f03-d27daa4d-cd251f2b6cb6a32300e018e9",
        "email": "test@bimplus.net"},
        "firstname": "First Name",{
        "lastnameorderNumber": "Second Name"2,
        "companyname": "Best-Company",
        "fullname": "First Name Second Name"My website2",
        "displaynameurl": "Best-Company",
        "info": "",
        "gender": "",
        "phoneWork": "",
        "phoneHome": "",
        "fax": "",
        "mobile": "",
        "birthDate": "0000-00-00",
        "address": {
            "street": "Westermeier str.",
     https://www.bimplus.net/",
       "streetNr": "10",
            "zip": "81829",
            "city": "München",
            "country": "Germany"
        },
        "preferedLanguage": "en"
       },
        "id": "6cea110ae72e6ddd-88f463f4-43ac40a3-9a00b820-ebaf677be333a32300e14c31"
    }
]

Anchor
objDeleteHyperlink
objDeleteHyperlink

Delete all the attachments from the object
Deck of Cards
idbimDeleteObjAttachmentbimDeleteObjHyperlink
Card
labelHTTP Method
 DELETE
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: objects/<object_id>/attachments att 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/objects/<object_id>/attachments

Examplehttps://api-stage.bimplus.net/v2/bimplus/objects/7cf910cb-e357-43f6-aa3a-b45c26380f75/attachments

Card
labelDescription
 Delete all the attachments from a specified object.
Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK

...