Get list of contacts with changed stage
Retrieve a list of contacts whose stages have changed
Query Parameters
Comma-separated list of fields to include in the response. If not provided, all fields will be returned. For better performance, we recommend specifying only the fields you need.
"id,name,stage,previousStage"
Retrieve stage changes since a specific timestamp
Number of records to return per page
x <= 500
Page number for pagination
x >= 1
Filter contacts that transitioned from a specific stage. Available stages:
1 = New 2 = Engaging 3 = Replied 4 = Interested 5 = Not interested 6 = Unresponsive 7 = Do not contact 8 = Bad contact info
Filter contacts that transitioned to a specific stage. Available stages:
1 = New 2 = Engaging 3 = Replied 4 = Interested 5 = Not interested 6 = Unresponsive 7 = Do not contact 8 = Bad contact info
Response
Successfully retrieved stage history
The response is of type object
.