Skip to main content
GET
/
filter
/
{id}
/
count
Execute Filter Count
curl --request GET \
  --url http://{host}:{port}/{contextPath}/filter/{id}/count \
  --header 'Authorization: Basic <encoded-value>'
{
  "count": 2
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the filter to execute.

Response

Request successful.

count
integer<int64>

The number of matching instances.