leads
Get Lead History
Use this endpoint to get a history of actions performed for a lead.
Supported includes: createdBy.
get/leads/{leadId}/history
Path parameters
leadIdstring uuid required
The lead's unique identifier
Query parameters
includesstring
Optional fields to include in full with the response.
Response
OK
Example response
{
"items": [
{
"action": "Lead was created.",
"date": "2020-06-22T05:00:00Z",
"createdBy": {
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}
}
]
}