C# Class HubspotAPIWrapper.Contacts

Inheritance: BaseClass
Mostra file Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Protected Properties

Property Type Description
ProspectsApiVersion object

Public Methods

Method Description
ArchiveContact ( string contactId ) : void
Contacts ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
CreateNewContact ( string contact ) : System.Json.JsonObject
GetAllContacts ( string count = "", string property = "", string contactOffset = "" ) : System.Json.JsonObject
GetContactByEmailAddress ( string emailAddress ) : System.Json.JsonObject
GetContactById ( string contactId ) : System.Json.JsonObject
GetContactByUserToken ( string token ) : System.Json.JsonObject
GetContactStatistics ( ) : System.Json.JsonObject
GetRecentlyUpdatedContacts ( string count = "", string timeOffset = "", string contactOffset = "" ) : System.Json.JsonObject
SearchContacts ( string query, string count = "", string offset = "" ) : System.Json.JsonObject
UpdateExistingContact ( string contactId, string data ) : void

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

ArchiveContact() public method

public ArchiveContact ( string contactId ) : void
contactId string
return void

Contacts() public method

public Contacts ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System

CreateNewContact() public method

public CreateNewContact ( string contact ) : System.Json.JsonObject
contact string
return System.Json.JsonObject

GetAllContacts() public method

public GetAllContacts ( string count = "", string property = "", string contactOffset = "" ) : System.Json.JsonObject
count string
property string
contactOffset string
return System.Json.JsonObject

GetContactByEmailAddress() public method

public GetContactByEmailAddress ( string emailAddress ) : System.Json.JsonObject
emailAddress string
return System.Json.JsonObject

GetContactById() public method

public GetContactById ( string contactId ) : System.Json.JsonObject
contactId string
return System.Json.JsonObject

GetContactByUserToken() public method

public GetContactByUserToken ( string token ) : System.Json.JsonObject
token string
return System.Json.JsonObject

GetContactStatistics() public method

public GetContactStatistics ( ) : System.Json.JsonObject
return System.Json.JsonObject

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string

GetRecentlyUpdatedContacts() public method

public GetRecentlyUpdatedContacts ( string count = "", string timeOffset = "", string contactOffset = "" ) : System.Json.JsonObject
count string
timeOffset string
contactOffset string
return System.Json.JsonObject

SearchContacts() public method

public SearchContacts ( string query, string count = "", string offset = "" ) : System.Json.JsonObject
query string
count string
offset string
return System.Json.JsonObject

UpdateExistingContact() public method

public UpdateExistingContact ( string contactId, string data ) : void
contactId string
data string
return void

Property Details

ProspectsApiVersion protected_oe property

protected object ProspectsApiVersion
return object