v1

latestOpenAPI 3.0.02026-07-136452257.6 KB

This API provides the total count of objects that match a specified AQL query. Please note that this operation may incur performance latency.

post/object/aql/totalcount

Request body

qlQuerystring required

The AQL that will filter the objects.

Response

An integer representing the total count for a given AQL

totalCountinteger

The total number of objects which match the provided query.