Comments
List
Retrieve a list of comments that are attached to a content type (e.g. a Report
) and that object’s id
(Report.id
).
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The object type to retrieve comments for.
Available options:
datasetconfiguration
, report
, report_attitude
The id of the object of content_type
to retrieve comments for.
Which field to use when ordering the results.
Available options:
-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)
Response
200 - application/json
The response is of type object
.