C# 클래스 HubspotAPIWrapper.Prospects

상속: BaseClass, IProspects
파일 보기 프로젝트 열기: Axosoft/HubspotAPIWrapper 1 사용 예제들

공개 메소드들

메소드 설명
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