getSubscriptions

Retrieves a paginated list of all subscriptions.

Return

A pair containing a SubscriptionResponses.ListSubscriptionsResponse on success, or a NetworkingError on failure.

Parameters

perPage

Optional number of results to return per page.

page

Optional page number to retrieve.


Retrieves a paginated list of all subscriptions and delivers the result via callback.

Parameters

perPage

Optional number of results to return per page.

page

Optional page number to retrieve.

completionHandler

Invoked with a SubscriptionResponses.ListSubscriptionsResponse on success, or a NetworkingError on failure.