Get one comment
GET {{baseUrl}}/notes/:id/comments/:commentId
Returns the details of a comment.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"uuid":"46c3b0e1-db35-59ca-1828-4817378dff71","active_flag":true,"add_time":"2021-06-22T07:18:16.750Z","company_id":77,"content":"This is a comment","object_id":"725","object_type":"note","update_time":"2021-06-22T07:18:25.648Z","updater_id":8877,"user_id":8877}}