Skip to main content
GET
List overlaps

Query Parameters

offset
integer<int32>

The cursor used in pagination. This is the index of the first overlap to be returned.

limit
integer<int32>

The maximum number of overlaps to be returned. The default is 20.

sort_by
string

The property used to sort the overlaps by. The default is CreationDate.

order_by
string

The sorting direction for the returned overlaps. Accepted values: ASC, DESC. The default is DESC.

partner_id
integer<int32>

Filters overlaps on the partner that owns the overlapping partner account.

account_id
integer<int32>

Filters overlaps on the ID of your account involved in the overlap.

account_external_id
string

Filters overlaps on the external ID of your account involved in the overlap.

account_external_ids
string[]

Filters overlaps on any of the external IDs of your accounts involved in the overlap (OR semantics).

data_source_id
integer<int32>

Filters overlaps on the data source your account was imported from.

Response

Overlaps returned

items
object[] | null
paginationSkipCount
integer<int32>
totalCount
integer<int32>

Gets or sets the total number of items that could be returned by this command (without pagination).