Retrieve a User Comment
GET User Comment
GET /users/{userId}/comments/{commentId}
endpoint returns a comment for a user.
Path parameters
userId
Unique User Identifier
commentId
Unique Comment Identifier
Headers
x-api-key
Response
OK
commentId
Unique comment ID
body
Comment body
files
createdTimestamp
Timestamp when comment is created
updatedTimestamp
Timestamp when comment is updated