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