Skip to main content

Get Item Count

GET 

/items/count

Get the number of items in the database that match the query.

Parameters

group_by: string (optional)

Field to group items by. If not provided, items will not be grouped.

Returns

integer

The number of items matching the query.

Request

Query Parameters

    group_by Group By

    Field to group by

Responses

Successful Response

Schema

    integer

Loading...