Retrieve User Comments

GET

GET User Comments

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

Path parameters

userIdstringRequired

Unique User Identifier

Response

This endpoint returns a list of objects.
commentIdstring

Unique comment ID

bodystring

Comment body

fileslist of objectsOptional
createdTimestampdoubleOptional

Timestamp when comment is created

updatedTimestampdoubleOptional

Timestamp when comment is updated

Errors