Obtains subscription information for a specified folder.
public Subscription folder_getSubscription( String accessToken, long entryId );
The folder_getSubscription operation gets information about the e-mail notification settings for a specified folder.
Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.
The identifier for the entry whose subscription information you want.
A Subscription Java object that contains information about e-mail notification settings for the specified folder.
Java objects in the Teaming sources (see Section 1.7.1, Working with Java Objects)