Skip to main content

COLLECTION.COUNT

POST 

To count documents in a collection

Request

Body

    op stringrequired

    Default value: collection.count

    The operation name

    collection stringrequired

    The collection name

    match object

    The matches criteria

Responses

Count response

Schema
    data object
    count int32

    The count value

Loading...