Retrieve a User Comment

GET

GET User Comment

GET /users/{userId}/comments/{commentId} endpoint returns a comment for a user.

Path parameters

userIdstringRequired
Unique User Identifier
commentIdstringRequired
Unique Comment Identifier

Response

This endpoint returns an object
commentId
string
Unique comment ID
body
string
Comment body
files
list of objectsOptional
createdTimestamp
doubleOptional
Timestamp when comment is created
updatedTimestamp
doubleOptional
Timestamp when comment is updated

Errors