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