comments

Comment by id

This endpoint allows the client to retrieve a comment as well as his descendants comments.

It will return the required comment (the root) with its nested descendants as a thread.

See the format specification for further details.

get/api/comments/{id}

Path parameters

idinteger required

Comment identifier.

Response

A List of the Comments

Changes