C# Class HubspotAPIWrapper.Prospects

Inheritance: BaseClass, IProspects
Afficher le fichier Open project: Axosoft/HubspotAPIWrapper Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetPath ( string method ) : string

Method Details

GetHiddenProspect() public méthode

public GetHiddenProspect ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

GetPath() protected méthode

protected GetPath ( string method ) : string
method string
Résultat string

GetProspectInfo() public méthode

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). ///
Résultat System.Json.JsonObject

GetProspects() public méthode

public GetProspects ( string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
timeOffset string
orgOffset string
Résultat System.Json.JsonObject

HideAProspect() public méthode

public HideAProspect ( string organization ) : void
organization string
Résultat void

Prospects() public méthode

public Prospects ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Résultat System

SearchForProspects() public méthode

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

UnHideAProspect() public méthode

public UnHideAProspect ( string organization ) : void
organization string
Résultat void