GET
/
engagements
/
v1
/
engagements
/
recent
/
modified
Get recent engagements
curl --request GET \
  --url https://api.hubapi.com/engagements/v1/engagements/recent/modified
{
  "results": [
    {}
  ],
  "hasMore": true,
  "offset": 123,
  "total": 123
}

Query Parameters

count
integer

The number of items to include in the response. Defaults to 20, has a maximum value of 100.

Required range: x <= 100
offset
integer

Used to page through the recent engagements. Each response will include an offset value that can be used with this parameter to get the next set of records.

since
integer

A Unix timestamp in milliseconds. If this parameter is included, only records modified after the specified time will be returned.

Response

200 - application/json

Successful response - Recently modified engagements

The response is of type object.