LeadStatusChange
Lead Status Changes are created when you change the status of a Lead object.
List or filter all LeadStatusChange activities.
GET /activity/status_change/lead/{?lead_id, user_id, date_created__gt, date_created__lt}
Create a new LeadStatusChange activity.
POST /activity/status_change/lead/
Create a new LeadStatusChange activity.
Fetch a single LeadStatusChange activity.
GET /activity/status_change/lead/{id}/
Delete a single LeadStatusChange activity.
DELETE /activity/status_change/lead/{id}/