Skip to main content
GET
List safe engagement summaries for one lead.

Authorizations

Authorization
string
header
required

API key created from Integrations > API. Used for Customer REST and Ordinal Audience Analytics.

Path Parameters

leadId
string<uuid>
required

Query Parameters

limit
integer
default:50

Number of items to return. The default is 50 and the maximum is 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned in page.nextCursor. Pass it unchanged with the same filters and sort. Incompatible cursors return validation_failed.

Maximum string length: 256
engagementType
enum<string>
Available options:
LIKE,
COMMENT,
REPOST
monitoredProfileId
string<uuid>
postId
string<uuid>
dateFrom
string<date-time>

Inclusive start of the date range.

dateTo
string<date-time>

Inclusive end of the date range.

Response

Engagement page.

data
object[]
required
page
object
required