v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Lead follow-ups
Retrieves the follow ups of a specific lead.
get/leads/{leadId}/followups
Path parameters
leadIdstring required
Unique ID of the lead.
Response
200
Example response
{
"data": [
{
"id": 23,
"userId": 90486525,
"leadId": 12,
"notes": "notes 1",
"createdBy": 75029724,
"createdOn": "2019-02-20T15:33:11Z",
"followedUpBy": 75029724,
"followedUpOn": "2018-10-04T07:15:00Z",
"scheduledFollowUp": "2018-10-04T07:00:00Z"
}
]
}