C# Class HubspotAPIWrapper.Prospects

Inheritance: BaseClass, IProspects
Datei anzeigen Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Public Methods

Method Description
GetHiddenProspect ( ) : System.Json.JsonObject
GetProspectInfo ( string organization ) : System.Json.JsonObject

For a given portal, return information about a specific prospect organization in JSON format.

GetProspects ( string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
HideAProspect ( string organization ) : void
Prospects ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
SearchForProspects ( string searchType, string query, string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
UnHideAProspect ( string organization ) : void

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

GetHiddenProspect() public method

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

GetPath() protected method

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

GetProspectInfo() public method

For a given portal, return information about a specific prospect organization in JSON format.
public GetProspectInfo ( string organization ) : System.Json.JsonObject
organization string /// The organization you're requesting prospects from. /// Please Note That if the company that you're looking for contains a space /// in its name, then you need to replace that space with a dash ("-") character. /// URL encoding the space (replacing with a "%20" will not work and return 404). ///
return System.Json.JsonObject

GetProspects() public method

public GetProspects ( string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
timeOffset string
orgOffset string
return System.Json.JsonObject

HideAProspect() public method

public HideAProspect ( string organization ) : void
organization string
return void

Prospects() public method

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

SearchForProspects() public method

public SearchForProspects ( string searchType, string query, string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
searchType string
query string
timeOffset string
orgOffset string
return System.Json.JsonObject

UnHideAProspect() public method

public UnHideAProspect ( string organization ) : void
organization string
return void