Class ByProjectKeySubscriptionsHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeySubscriptionsHead>, ErrorableTrait<ByProjectKeySubscriptionsHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more Subscriptions exist for the provided query predicate. Returns a 200 status if any Subscriptions match the query predicate, or a 404 status otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .subscriptions()
            .head()
            .execute()