Skip to main content
POST
Execute Filter Count (POST)

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.

Body

application/json

A JSON object which corresponds to the type of the saved query of the filter, i.e., if the resource type of the filter is Task the body should form a valid task query corresponding to the Task resource.

The body is of type object.

Response

Request successful.

count
integer<int64>

The number of matching instances.