get https://{server}/dtable-server/api/v1/dtables//comments-count/
Get the number of comments in a certain row. This could be a useful request to check if there's new comments there.
Response
Get the number of comments in a certain row. This could be a useful request to check if there's new comments there.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/dtable-server/api/v1/dtables/base_uuid/comments-count/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: