Calls
List calls of a lead
Returns call records attached to the given lead, with pagination metadata.
Notes:
- leadId is required and must be > 0; otherwise 404 LEAD_NOT_FOUND.
- Caller must have manage permission on the lead; otherwise 400 PERMISSION_DENIED.
- total in _metadata reflects the full result size before pagination.
GET
List calls of a lead
Headers
Bearer [access_token]
Query Parameters
Number of results to return per page.
Required range:
x >= 1Zero-based index of the first entry to return.
Required range:
x >= 0ID of the lead whose calls to return.
Required range:
x >= 1