Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

CONNECT EAP

Entity inbound filtering

  • Last UpdatedJan 21, 2026
  • 1 minute read

You can filter by Target Base on inbound relationships by using the targetBase field within inbound on a query.

No filtering

If you specify no filter on inbound relationships, this works the same as filtering on only entities, so the response will only retrieve relationships from entities.

inbound { ... }

Filtering inbound relationships from only entities

inbound (targetBase: [ENTITY]) { ... }

Filtering inbound relationships from only events

inbound (targetBase: [EVENT]) { ... }

Filtering inbound relationships from both entities and events

inbound (targetBase: [ENTITY, EVENT]) { ... }