Show Results Count

GET {{baseUrl}}/api/v2/search/count?query=<string>

Returns the number of items matching the query rather than the items. The search string works the same as a regular search.

Request Params

KeyDatatypeRequiredDescription
querystring(Required) The search query

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;count&quot;:6}