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
| Key | Datatype | Required | Description |
|---|---|---|---|
query | string | (Required) The search query |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":6}