Zum Hauptinhalt springen
GET
/
engagements
/
v1
/
engagements
/
modified
/
after
Get engagements modified after
curl --request GET \
  --url https://api.hubapi.com/engagements/v1/engagements/modified/after
{
  "results": [
    {}
  ],
  "hasMore": true,
  "after": "<string>"
}

Abfrageparameter

after
string

A Unix timestamp in milliseconds or a cursor returned by a previous response. Determines where to start reading from.

limit
integer

The number of records to return. Defaults to 100, maximum 1000.

Erforderlicher Bereich: x <= 1000

Antwort

200 - application/json

Successful response - Engagements modified after the specified cursor

results
object[]
hasMore
boolean
after
string
Last modified on June 5, 2026