Retrieve a User Comment

GET User Comment

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

Authentication

x-api-keystring
API Key authentication via header

Path Parameters

userIdstringRequired
Unique User Identifier
commentIdstringRequired
Unique Comment Identifier

Response

OK
commentIdstring
Unique comment ID
bodystring
Comment body
fileslist of objects or null
createdTimestampdouble or null
Timestamp when comment is created
updatedTimestampdouble or null
Timestamp when comment is updated

Errors