思源笔记社区正在搭建中,现邀您共建SiYuan Community is under construction. Join us to co-build.
Authorization: Bearer ********************
{ "stmt": "select count(*) from blocks" }
curl --location --request POST 'http://127.0.0.1:6806/api/query/sql' \ --header 'Content-Type: application/json' \ --data-raw '{ "stmt": "select count(*) from blocks" }'
{ "code": 0, "msg": "", "data": [ { "count(*)": 657038 } ] }