SpreadWebServcie.GetSubscriptions2String Method
Get subscriptions in particular Status.
Parameters
Parameter
|
Type
|
Description
|
loginEmail
|
String
|
The login email of your Spread account.
|
password
|
String
|
The password of your Spread account or API Key which you can retrieve from your Spread account (My account=> Settings).
|
status
|
SubscriptionStatus
|
The status of subscriptions to be
get.
|
Return Value
String:"contact list 20120203,contact list 20120204,contact list 20120205"
Example
string
loginEmail = "Spread@reasonables.com";
string
loginPassword = "Spread";
SpreadAPI.SpreadWebService MySpread =
new SpreadAPI.SpreadWebService();
string
result = MySpread.getSubscriptions2String(loginEmail, loginPassword, SpreadAPI.SubscriptionStatus.Active);
See Also
SpreadWebService
Class | Spread Web Service Namespace
SubscriptionStatus Enumeration