Retrieve all comments that were created by a user.

Use the /comments/by-user/{userId} endpoint to fetch all comments that were created by the specified user. Optionally, the query parameter since can be used to fetch comments only 'since' a specific date.
User roles: admin, manager, editor, viewer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Provide the ID of the user that created the comment.

Query Params
date-time

Retrieve only comments newer than this date. The date value must be in the ISO 8601 format YYYY-MM-DD T hh:mm:ss:sssZ.

integer
Defaults to 0

Use the offset parameter to specify the number of comments to skip from the beginning of the list and return the rest.

integer
Defaults to 50

Set the limit for the maximum number of comments to return in a single result. The maximum number of comments that are returned by default is 50.

string
enum
Defaults to descending

Specify whether you want the comments to be returned in ascending or descending order. Comments are returned in descending order by default.

Allowed:
fields
array of strings

Only the comment properties that are specified here are returned for each result. Any comment property is a valid value and can be specified in a comma-separated list. For example, to show only the comment properties message and creatorId, provide the values of message and creatorId. All comment properties are returned by default.

fields
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json