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éthode | Description | |
---|---|---|
GetPath ( string method ) : string |
public GetHiddenProspect ( ) : System.Json.JsonObject | ||
Résultat | System.Json.JsonObject |
protected GetPath ( string method ) : string | ||
method | string | |
Résultat | string |
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 |
public GetProspects ( string timeOffset = "", string orgOffset = "" ) : System.Json.JsonObject | ||
timeOffset | string | |
orgOffset | string | |
Résultat | System.Json.JsonObject |
public HideAProspect ( string organization ) : void | ||
organization | string | |
Résultat | void |
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 |
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 |
public UnHideAProspect ( string organization ) : void | ||
organization | string | |
Résultat | void |