Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Operation

listApplicationSubscriptionTokens
List< ApplicationSubscription > listApplicationSubscriptionTokens ( SubscriptionStatus subscriptionStatus ) throws AccountAPINGException

Returns a list of subscription tokens for an application based on the subscription status passed in the request. Returns all subscription token details, including the client reference and vendor client Id associated with the subscription token.

Parameter name

Type

Required

Description

subscriptionStatus

SubscriptionStatus

 

Optionally filter response by Subscription status of the token

Return type

Description

List< ApplicationSubscription >

List of subscription tokens for an application

Throws

Description

AccountAPINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0

  • No labels