GET /crm/prospects/{id}/history
Retrieves upcoming ProspectAction records for the given customer.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the Customer for which to retrieve upcoming ProspectAction records |
path
|
|
String
|
Result
List
<
RowProspectAction
>
of type:
application/xml
application/json
a list of ProspectAction objects
Try It Out
Request