List comment replies
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies \
--header 'Authorization: <authorization>'
{
"commentReplies": [
{
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
]
}
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies \
--header 'Authorization: <authorization>'
{
"commentReplies": [
{
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
]
}
List comment replies
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies \
--header 'Authorization: <authorization>'
{
"commentReplies": [
{
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
]
}
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies \
--header 'Authorization: <authorization>'
{
"commentReplies": [
{
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
]
}