Method | Description | |
---|---|---|
AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject | ||
ContactLists ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System | ||
CreateContactList ( string data ) : System.Json.JsonObject | ||
DeleteContactList ( string listId ) : void | ||
GetBatchContactLists ( ) : System.Json.JsonObject | ||
GetContactListById ( string listId ) : System.Json.JsonObject | ||
GetContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
GetContactsInList ( string listId, string count = "", string offset = "", string property = "" ) : System.Json.JsonObject | ||
GetDynamicContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
GetRecentlyAddedContactsInList ( string listId, string count = "", string timeOffset = "", string contactOffset = "", string property = "" ) : System.Json.JsonObject | ||
GetStaticContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
RefreshExistingContactList ( string listId ) : void | ||
RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject | ||
UpdateContactList ( string listId, string data ) : void |
Method | Description | |
---|---|---|
GetPath ( string method ) : string |
public AddExistingContactToList ( string listId, string data ) : System.Json.JsonObject | ||
listId | string | |
data | string | |
return | System.Json.JsonObject |
public ContactLists ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System | ||
apiKey | string | |
accessToken | string | |
refreshToken | string | |
clientId | string | |
return | System |
public CreateContactList ( string data ) : System.Json.JsonObject | ||
data | string | |
return | System.Json.JsonObject |
public DeleteContactList ( string listId ) : void | ||
listId | string | |
return | void |
public GetBatchContactLists ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public GetContactListById ( string listId ) : System.Json.JsonObject | ||
listId | string | |
return | System.Json.JsonObject |
public GetContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
count | string | |
offset | string | |
return | System.Json.JsonObject |
public GetContactsInList ( string listId, string count = "", string offset = "", string property = "" ) : System.Json.JsonObject | ||
listId | string | |
count | string | |
offset | string | |
property | string | |
return | System.Json.JsonObject |
public GetDynamicContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
count | string | |
offset | string | |
return | System.Json.JsonObject |
public GetRecentlyAddedContactsInList ( string listId, string count = "", string timeOffset = "", string contactOffset = "", string property = "" ) : System.Json.JsonObject | ||
listId | string | |
count | string | |
timeOffset | string | |
contactOffset | string | |
property | string | |
return | System.Json.JsonObject |
public GetStaticContactLists ( string count = "", string offset = "" ) : System.Json.JsonObject | ||
count | string | |
offset | string | |
return | System.Json.JsonObject |
public RefreshExistingContactList ( string listId ) : void | ||
listId | string | |
return | void |
public RemoveExistingContactFromList ( string listId, string data ) : System.Json.JsonObject | ||
listId | string | |
data | string | |
return | System.Json.JsonObject |
public UpdateContactList ( string listId, string data ) : void | ||
listId | string | |
data | string | |
return | void |