C# Класс HubspotAPIWrapper.Prospects

Наследование: BaseClass, IProspects
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
GetPath ( string method ) : string

Описание методов

GetHiddenProspect() публичный Метод

public GetHiddenProspect ( ) : System.Json.JsonObject
Результат System.Json.JsonObject

GetPath() защищенный Метод

protected GetPath ( string method ) : string
method string
Результат string

GetProspectInfo() публичный Метод

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). ///
Результат System.Json.JsonObject

GetProspects() публичный Метод

public GetProspects ( string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
timeOffset string
orgOffset string
Результат System.Json.JsonObject

HideAProspect() публичный Метод

public HideAProspect ( string organization ) : void
organization string
Результат void

Prospects() публичный Метод

public Prospects ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Результат System

SearchForProspects() публичный Метод

public SearchForProspects ( string searchType, string query, string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject
searchType string
query string
timeOffset string
orgOffset string
Результат System.Json.JsonObject

UnHideAProspect() публичный Метод

public UnHideAProspect ( string organization ) : void
organization string
Результат void