AlphaAlpha Docs

Get tenant data stats

Get inventory and product counts for a tenant. Super admin only.

GET
/tenants/{tenantId}/data/stats
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/tenants/string/data/stats"
{
  "incomingStockTransferCount": 0,
  "inventoryCount": 0,
  "picklistCount": 0,
  "productCount": 0,
  "purchaseOrderCount": 0,
  "salesOrderCount": 0,
  "shiftCount": 0,
  "stockCountCount": 0,
  "stockTransferCount": 0,
  "wasteCount": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}