Get all comments for a note
GET {{baseUrl}}/notes/:id/comments?start=0&limit=<integer>
Returns all comments associated with a note.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | Pagination start | |
limit | string | Items shown per page |
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}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":true,"next_start":100}}}