List company activities
Returns a paginated list of activities (notes) attached to a company. Filtered by organization_company_id (required). Optionally filter by activity_types / excluded_activity_types (comma-separated keys from GET /v1/company-activities/types). Sorted by created_at descending.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Query Parameters
Records to skip for pagination. Defaults to 0.
x >= 0Max records per page (1–100). Defaults to 100.
1 <= x <= 100Company UUID to list activities for. Required.
Comma-separated activity type keys to include (e.g. secondary_note,call_note). Discover valid keys via GET /v1/company-activities/types.
Comma-separated activity type keys to exclude.