Accelerate the Value of Data

Get Segmentation

Learn about Segmentation API to retrieve data from your Reltio tenant.

Important: This functionality is currently available in the tenants provisioned for Customer 360 Data Products in the Google Cloud Platform (GCP) environment only.

A Reltio entity describes a data object such as a person, organization, product, or location. Interaction stands for an event that occurs at a particular moment, such as, making a retail purchase, opening an email, opening a support case, or, visiting a website. Use the Segmentation endpoint in your Customer 360 Data Products to find entities using entities and interaction attributes.

Alternatively, you can use the Create a segment page's segment rule builder to search for entities by specifying the entity and interaction attributes. For more information, see topic Create a segment.

Request

GET {tenantID}/entities/_segmentation

For more information, see Segmentation for entities.

The following filters are supported for interactions attributes:
  • equalsCaseSensitive
  • fullText
  • lt
  • gt
  • lte
  • gte
  • missing
  • exists
  • contains
For more information on how filtering conditions work, see topic Filtering Entities.

Request Example

{{tenant_url}}/_segmentation?filter=(exists(entity.updatedBy)&select=uri

Response Example

[{"uri":"entities/00005pU"},{"uri":"entities/0000VP2"},{"uri":"entities/0000MsW"},{"uri":"entities/0000R8m"},{"uri":"entities/0000A5k"},{"uri":"entities/0000ZfI"},{"uri":"entities/0000dvY"},{"uri":"entities/0000iBo"},{"uri":"entities/0000mS4"}]