v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Inventory

Count

Count all the existing entities based on the where filter

get/public/api/inventories/count?where={where}

Query parameters

wherestring

A valid JSON Where filter

Headers

Acceptstring

e.g. application/json

Request body

Example request

{
  "Authorization": {
    "Authorization": "Bearer JWT"
  }
}

Response

OK

countnumber

Example response

{
  "count": 10
}