v1

latestOpenAPI 3.0.22026-08-045831103.6 KB
Deals

Deal history (timeline)

Returns the deal's timeline — the same items shown in the CRM panel's History tab: stage/status/owner changes, notes, tags, e-mails/SMS/calls, completed activities and integration events, for the deal and its contact. Each item carries the raw event body (shape varies by category) plus a pre-rendered pt-BR summary (null for categories without a summarizer). Ordered by event date descending.

get/v2/deals/{id}/history

Path parameters

idstring uuid required

Deal id

Query parameters

limitinteger
pageinteger

Response

PaginatedV2 envelope with history items: { id, category, date (UTC ISO), system, user: { id, name } | null, body (event-specific object) | null, summary (pt-BR string) | null }