Prospect accounts group prospect accounts that work for the same company under the same umbrella, keeping all the information about the company in one place. Use prospect account resources to request the name and Account Engagement ID of your prospect accounts. Learn more about prospect accounts in Salesforce Help.
Include the authentication header with every request. For information on how to authenticate, see Authentication.
Note
The API to access the Prospect Account object collection follows the conventions described in Version 5 Overview.
Retrieving a collection of prospect accounts follows the conventions described in Version 5 Overview.
Sortable Fields
When executing a query, the following fields can be specified in the orderBy parameter. See the conventions for query described in the Version 5 Overview.
When executing a query, the following parameters can be used to filter the returned results. These parameters can be specified in the request along with any shared parameters defined in Version 5 Overview. When specifying more than one parameter, all parameters must match the record in order for it to be returned in the results.
Parameter
Description
id
Returns any prospect accounts where ID is equal to the given integer value.
idList
Returns any prospect accounts where ID is included in the given list of values.
idGreaterThan
Returns any prospect accounts where ID is greater than the specified value, non-inclusive.
idGreaterThanOrEqualTo
Returns any prospect accounts where ID is greater than or equal to the specified value.
idLessThan
Returns any prospect accounts where ID is less than the specified value, non-inclusive.
idLessThanOrEqualTo
Returns any prospect accounts where ID is less than or equal to the specified value.
deleted
Determines whether to return deleted records. The value can be false (default), true, or all.