{
"message": "<string>",
"success": true,
"data": {
"comments": [
{
"isPinned": true,
"isEdited": true,
"threadUrn": "<string>",
"urn": "<string>",
"createdAt": 123,
"createdAtString": "<string>",
"permalink": "<string>",
"text": "<string>",
"author": {
"name": "<string>",
"urn": "<string>",
"id": "<string>",
"username": "<string>",
"linkedinUrl": "<string>",
"title": "<string>"
},
"totalSocialActivityCounts": {
"numComments": 123,
"likeCount": 123,
"appreciationCount": 123,
"empathyCount": 123,
"InterestCount": 123,
"praiseCount": 123,
"funnyCount": 123,
"maybeCount": 123,
"totalReactionCount": 123,
"numShares": 123
},
"replies": [
{
"isPinned": true,
"isEdited": true,
"urn": "<string>",
"createdAt": 123,
"createdAtString": "<string>",
"permalink": "<string>",
"text": "<string>",
"author": {
"name": "<string>",
"urn": "<string>",
"username": "<string>",
"linkedinUrl": "<string>",
"title": "<string>"
},
"totalSocialActivityCounts": {
"numComments": 123,
"likeCount": 123,
"appreciationCount": 123,
"empathyCount": 123,
"InterestCount": 123,
"praiseCount": 123,
"funnyCount": 123,
"maybeCount": 123,
"totalReactionCount": 123,
"numShares": 123
}
}
]
}
],
"total": 123,
"totalPage": 123,
"currentPage": 123
}
}