Details
Path Parameters
Response
{
"data": {
"comment": "This is an example comment.",
"createdDate": "2019-01-24T00:51:33.000Z",
"creatorId": "12345",
"creatorName": "Joe Smith",
"id": "4138476039",
"parentId": "126123123_12314",
"parentType": "POST",
"reviewState": "COMPLETED",
"sequenceNumber": 3,
"socialProfileId": "12345"
}
}
Details
/v1/comments/{commentId}Path Parameters
commentIdrequiredResponse
{ "data": { "comment": "This is an example comment.", "createdDate": "2019-01-24T00:51:33.000Z", "creatorId": "12345", "creatorName": "Joe Smith", "id": "4138476039", "parentId": "126123123_12314", "parentType": "POST", "reviewState": "COMPLETED", "sequenceNumber": 3, "socialProfileId": "12345" } }