- Versions Concepts Resources Extensions Statistics Resources Reference
Comment GET Resource
Comment by ID
GET /comments/:id
Returns the comment itself.
{
"id": 7,
"description": "Elementary, my dear Watson.",
"user": "/users/42",
"created": "2013-12-13T16:45:13.000Z",
"updated": "2013-12-13T17:45:13.000Z",
"content_updated": "2013-12-13T17:45:13.000Z",
"question": "/questions/42",
"solution_id": null,
"is_deleted": false,
"promoted_solution": null,
"upvote_count": 21
}