ListContactActivities returns the activity timeline for a specific contact, paginated and optionally filtered.
GET/api/v1/crm/contacts/:contactId/activities
Results are ordered by occurred_at DESC (most recent first).
Errors:
- INVALID_ARGUMENT: contact_id is 0.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.