FindSubscriptions

Returns a list of Subscriptions according to the specified search parameters.

Sample SOAP Request

Request Parameters

Name

Description

Type

Optional

searchParameters

List of search parameters specifying which Subscriptions to return (the only parameter currently supported is subscriptionDomain)

SubscriptionSearchParameters

no

Sample SOAP Response

Response Parameters

Name

Description

Type

serverTimestamp

Time corresponding to the server time when the request was made (this should match the associated persisted audit event)

string

status

Final status of the request

string

subscriptionList

List of subscriptions in the specified subscription domain, including targeted recipients, predicates and predicate values. Note that:

  • Predicate operator is one of the following:

CONTAINS

STARTS_WITH

ENDS_WITH

MATCHES

  • Recipient type is one of the following:

PERSON

DEVICE

TEAM

GROUP

DYNAMIC_TEAM

  • A predicate can contain one or more values elements with anyValue set as false; with no values elements, anyValue can be true

SubscriptionList

Standard SOAP Parameters

SOAP Response Status Messages