Reltio Connect

 View Only
  • 1.  Query to Identify Profiles with Address Changes

    This message was posted by a user wishing to remain anonymous
    Posted 21 days ago
    This message was posted by a user wishing to remain anonymous

    Hi Team,

    I'm working on a requirement where I need to identify all active member profiles that had an address change within a specific time period.

    Requirement Details:

    • Population: Active members
    • Timeframe: Jan 1, 2025 – Dec 31, 2025
    • Condition: Profiles where the address attribute was changed during this period


  • 2.  RE: Query to Identify Profiles with Address Changes

    Reltio Employee
    Posted 17 days ago

    Can you please try this API for this requirement?

    curl --location --request GET \
    "https://<env>.reltio.com/reltio/api/<tenant_id>/activities?filter=(range(timestamp,1735689600000,1767225600000) and equals(items.objectType,'configuration/entityTypes/Member') and equals(items.delta.attributeType,'configuration/entityTypes/Member/attributes/Address'))&max=1000" \
    --header "Authorization: Bearer <access_token>"

    More examples here: https://docs.reltio.com/en/developer-resources/system-administration-apis/system-administration-apis-at-a-glance/search-using-activity-log-api/filtering-activities



    ------------------------------
    Thanks,
    Snehil Kamal
    Senior Staff Forward Deployed Engineer
    Reltio
    Bangalore
    ------------------------------



  • 3.  RE: Query to Identify Profiles with Address Changes

    Posted 17 days ago

    Hello,

    Not from the UI unfortunately but this should be possible with Activity Log API if the indexActivityDelta is enabled on your tenant (otherwise enable it first then run the reindex API).

    However, only the event of previous month are indexed by default. As your requirements seem to be for the whole year, make sure you enable a full reindex parameter when running the reindex API.

    Hope this helps.

    Mohammed



    ------------------------------
    Mohammed Belfqih
    Gmail
    ------------------------------