List activity event history for a lead
Lists event records for one lead with paging, covering communication, routing, automation, and activity changes.
Path Parameters
The ID of the lead.
Body
Pagination, filtering, and sorting options.
Options for flexible, efficient, and explicit querying in Cosmos DB or similar repositories.
Maximum items to return in one page
^-?(?:0|[1-9]\d*)$Opaque Cosmos DB continuation token. ‑ on the first request. ‑ Client must echo back the NextToken it received from the previous page.
List of sort instructions, in priority order.
Whether to include the total count in the response (for pagination).
The search term to filter results (applied to ).
The list of fields to apply the Search term to (must be string properties).
Key-value exact match filters (e.g., Status = Active).
Advanced range-based filters (e.g., Price > 50 and Price <= 200).
Response
Events for the lead were successfully retrieved.
A generic container for paginated results returned to the client.
The subset of items returned for the current page.
The number of items returned per page in the response. This may reflect the client's requested page size, or a server-defined default or limit.
^-?(?:0|[1-9]\d*)$The total number of items that match the query across all pages. May be null if the count is not computed or not applicable (e.g., in continuation-based pagination).
^-?(?:0|[1-9]\d*)$Opaque storage continuation token. ‑ null → the current page was the last page.

