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

Query Parameters

limit
integer

The number of records to return. Defaults to 100, has a maximum value of 250.

Required range: x <= 250
offset
integer

Used to page through the results. If there are more records in your portal than the limit= parameter, you will need to use the offset returned in the first request to get the next set of results.

Response

200 - application/json

Successful response - Paginated list of engagements

The response is of type object.