Retrieve a list of comments that are attached to a content type (e.g. a Report
) and that object’s id
(Report.id
).
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The object type to retrieve comments for.
datasetconfiguration
, report
, report_attitude
The id of the object of content_type
to retrieve comments for.
Which field to use when ordering the results.
-created_at
, created_at
A page number within the paginated result set.
Number of results to return per page.
The tag to filter results to (if any)
The response is of type object
.