Versions Compared

Key

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

...

Deck of Cards
idbimGetComment
Card
labelHTTP Method
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
 Resource: pinscomments/<pin<comment_id> 

URLhttps://api.bimplus.net/v2/comments/pins/<comment_id>

Example:https://api.bimplus.net/v2/bimplus/pinscomments/8836308d-f09f-4bb7-b6d2-354a2db205a6

Card
labelDescription
 Get details of a specified pin.
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
{
      "issueId": "8ead8bfe8415bd8d-ab237e27-43404975-ac47bddb-38181e83bff3b1b365719770",
      "objectIdtext": "7cf910cb-e357-43f6-aa3a-b45c26380f75Second Comment: The fire exit should be x:120, y: 120; z: 340",
    "topologyNodeIdcreatedAt": "387fa6cc2013-b6f9-4470-8c42-c07982aba66011-20T08:17:36+00:00",
      "positionmodifiedAt": {
        "x": 123.45,
        "y": 234.56,
        "z": 345.67
    },
    "normalVector": {
        "x": 0,
        "y": 1,
        "z": 2
    },
    "createdAt": "2013-06-07T10:07:00",
   "2013-11-20T08:17:36+00:00",
    "author": {
        "id": "132a78a5-b523-4bf2-8382-7098fac3f803",
        "email": "test@bimplus.net",
        "status": "Active",
        "firstname": null,
        "lastname": null,
        "company": null,
        "displayname": null,
        "info": null,
        "gender": null,
        "phoneWork": null,
        "phoneHome": null,
        "fax": null,
        "mobile": null,
        "birthDate": null,
        "address": {
            "street": "",
            "streetNr": "",
            "zip": "",
            "city": "",
            "country": ""
        },
        "preferedLanguage": null
    },
    "id": "8836308ddb540336-f09f47a3-4bb7426e-b6d2b3bf-354a2db205a61e532bfac8ea"
}

 

Anchor
updateComment
updateComment

...