Get Comment
comments
Get Comment
Get a single comment by ID.
Tombstoned comments (is_deleted=True) are returned with body=‘[deleted]’.
GET
Get Comment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
Single-item JSON:API envelope for a comment.
Shape: { "data": }
JSON:API resource object for a comment.
Shape: { "type": "comments", "id": "", "attributes": { ... }, "links": { "self": "/api/comments/" } }