v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get a comment

This call lets you get all a specific comment.

get/comments/{commentKey}

Path parameters

commentKeystring required

The comment key for the comment you'd like to retrieve

Response

200

boxKeystring
pipelineKeystring
creatorKeystring
newsfeedEntryKeystring
timestampinteger
messagestring
commentKeystring
keystring
lastSavedTimestampinteger

Example response

{
  "boxKey": "agxzf7aoKDA",
  "pipelineKey": "agxzfmICirZaXCgw",
  "creatorKey": "agxzfzluZUKDA",
  "newsfeedEntryKey": "agxzfmSOhAsM",
  "timestamp": 1516238421169,
  "message": "do you feel lucky?",
  "commentKey": "agxzfm1nPtqsKDA",
  "key": "agxzfm1nPtqsKDA",
  "lastSavedTimestamp": 1516238545102
}