Retrieve a User Comment

GET
/users/:userId/comments/:commentId

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.
commentIdstring

Unique comment ID

bodystring

Comment body

fileslist of objectsOptional
createdTimestampdoubleOptional

Timestamp when comment is created

updatedTimestampdoubleOptional

Timestamp when comment is updated

Errors

Built with