GET
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
comments
/
{commentId}
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId} \
  --header 'Authorization: <authorization>'
{
  "comment": {
    "body": {
      "content": "<string>",
      "showContentPreview": true,
      "status": "open",
      "type": "question"
    },
    "commit": 123,
    "mentionedUserIds": [
      "<string>"
    ],
    "handleId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "user",
    "createdById": "<string>",
    "deletedAt": "2023-11-07T05:31:56Z",
    "deletedBy": "user",
    "deletedById": "<string>",
    "diagrams": {},
    "id": "<string>",
    "landscapeId": "<string>",
    "replyCount": 123,
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "user",
    "updatedById": "<string>",
    "version": 123,
    "versionId": "<string>"
  }
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
commentId
string
required

Response

200
application/json
OK
comment
object
required