Comment Service


 

Comment Service


A particular comment belonging to an issue can be modified using the comment service.

Get details of the comment
    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 

     GET
     Get details of a specified comment.
    Headers
    Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
    Content-Type: application/json
    
    Status
    Status: 200 OK
    
    JSON
    {
    	"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": "1",
    			"url": "bimplus.com"
    		},
    		],
    	 "attachmentLinks": [
                {
                    "id": "c77b3e31-73f6-498a-9b40-f63f894c0477",
                    "objectIds": [
                        "06af7c41-fa41-4682-b337-7bd6af6a090d"
                    ],
                    "name": "ifc01-1",
                    "fileName": "ifc01-1.ifc",
                    "type": "application/octet-stream",
                    "size": 4522,
                    "createdAt": "2021-02-17T10:37:01.7966667",
                    "creator": {
                        "id": "04002d23-8d64-1016-9f82-95ad8f2398b3",
                        "email": "test@allplan.com",
                        "status": "Active",
                        "firstname": "test",
                        "lastname": "test",
                        "company": "test test",
                        "fullname": "test test",
                        "displayname": "test test [test test]",
                        "shortdisplayname": "test test"
                    },
                    "changed": "2021-02-17T10:37:02.28",
                    "changedBy": {
                        "id": "04002d23-8d64-1016-9f82-95ad8f2398b3",
                        "email": "test@allplan.com",
                        "firstname": "test",
                        "lastname": "test"
                    },
                    "attachmentType": "Document",
                    "sizeMB": "0",
                    "version": 1,
                    "relatedId": "06af7c41-fa41-4682-b337-7bd6af6a090d",
                    "release": true,
                    "releaseVersion": [
                        1
                    ]
                }
            ]	  
    }



    • No labels