Productsup

Fetch row count for specified file

Will return the row count of the file. WARNING: Type "full" is deprecated. Use "input" instead.

GET
/items/{type}/count

Path Parameters

type*string
Match^full|input|new|modified|unchanged|deleted$

Response Body

application/json

curl -X GET "https://loading/items/string/count"
{
  "message": "Items counted successfully.",
  "data": {
    "count": 0
  }
}

How is this guide?