Versions Compared

Key

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

...

Deck of Cards
idbimGetComment


Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: comments/<comment_id> 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/comments/<comment_id>

Example:https://api-stage.bimplus.net/v2/bimplus/comments/db540336-47a3-426e-b3bf-1e532bfac8ea 


Card
labelHTTP Method
 GET


Card
labelDescription
 Get details of a specified comment.


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
{
	"id": "db540336-47a3-426e-b3bf-1e532bfac8ea",
    "issueId": "8415bd8d-7e27-4975-bddb-b1b365719770",
    "text": "Second Comment: The fire exit should be x:120, y: 120; z: 340",
    "createdAt": "2013-11-20T08:17:36+00:00",
    "modifiedAt": "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,
        "fullname": "test test",
        "displayname": "test test [test test]",
        "shortdisplayname": "test test"
        },
	"status": null,
    "verbalStatus": null,
    "hyperlinks": [
		{
			"id": "6943aa22-36d4-4f9d-883b-e829838d7fbc",
			"objectId": "6c4c82eb-92f4-40ff-9e49-98d565cdf35b",
			"orderNumber": 1,
			"name": "info"1",
			"url": null,
"bimplus.com"
		},
		],
	 "attachmentLinks": [
            {
                "id": "gender": null,
"c77b3e31-73f6-498a-9b40-f63f894c0477",
                "objectIds": [
                    "06af7c41-fa41-4682-b337-7bd6af6a090d"
                ],
                "phoneWorkname": null"ifc01-1",
                "phoneHomefileName": null"ifc01-1.ifc",
                "faxtype": null"application/octet-stream",
                "mobilesize": null4522,
                "birthDatecreatedAt": null,
"2021-02-17T10:37:01.7966667",
                "addresscreator": {
                    "id": "street"04002d23-8d64-1016-9f82-95ad8f2398b3",
                    "email": "test@allplan.com",
                    "status": "Active",
                    "firstname": "test",
                    "lastname": "test",
                    "streetNrcompany": "test test",
                    "zipfullname": "test test",
                    "citydisplayname": "test test [test test]",
                    "countryshortdisplayname": "test test"
                },
                "changed": "2021-02-17T10:37:02.28",
                "changedBy": {
                    "id": "04002d23-8d64-1016-9f82-95ad8f2398b3",
                    "email": "test@allplan.com",
                    "firstname": "test",
                    "preferedLanguagelastname": null
"test"
                },
                "attachmentType": "Document",
                "sizeMB": "0",
                "version": 1,
                "idrelatedId": "db54033606af7c41-47a3fa41-426e4682-b3bf-1e532bfac8ea"b337-7bd6af6a090d",
                "release": true,
                "releaseVersion": [
                    1
                ]
            }
        ]	  
}