GET count

Get the number of items currently in the collection (much faster than GET list).

GET resource URL

https://wineengine.tineye.com/<company>/rest/count/

Parameters

There are only the Common parameters.

Request example

curl https://wineengine.tineye.com/<company>/rest/count/

Response examples

JSON

{
  "status": "ok",
  "method": "count",
  "error": [],
  "result": [
    1304802
  ]
}

XML

<?xml version="1.0" encoding="utf-8"?>
<data>
  <status>ok</status>
  <method>count</method>
  <error/>
  <result>
    <item>1304802</item>
  </result>
</data>