Does CBL and SG have multi-get REST API?
such as
POST /{db}/_all_docs
API, but this API only return id, key, and value. The value object contains the revision identifier in a rev object.
I want to get all docs info in one API, not just id and rev info.