Items
Items count
Returns the total number of items in an index.
GET
Items count
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Path Parameters
Unique id of a search engine.
Pattern:
^[a-f0-9]{32}$Name of an index.
Pattern:
^[a-z][a-z0-9_]*$Response
Count succeeded.
total items on indice
Previous
Create temporary indexCreates a new empty temporary index for the same index name. There can
not be two temporary indices at the same time, so any request made to
this endpoint when there is one created will fail. Creating a temporary
index also sets a lock preventing any changes on the search engine until
the temporary index is deleted.
Next
Items count