Retrieve all comments for a specific item.

Use the /comments/by-item/{classification}/{id} endpoint to fetch all comments that are associated to a specific item. Use the query parameter 'since' to fetch comments since a specific date. Conditional requests are supported.
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 classification of the item for which you want to retrieve the comments.

string
required

Provide ID of the item for which you want to retrieve the comments.

Query Params
date-time

Provide the date from when to retrieve comments. Only comments that were added after this date are retrieved. 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

304

The Etag value that is provided in the If-None-Match header corresponds to the recent version.

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