Reltio Connect

 View Only
  • 1.  API to get Single Crosswalk Details

    Reltio Partner
    Posted 03-18-2024 09:41

    Hi All,

    Are there any options or APIs available to get details that are specific to a crosswalk using Crosswalk values.

    Lets say an Entity has 3 Crosswalks, like below.

    If I am retrieving the details of crosswalk 1, i.e S1-123, I should see the details from 1st row alone, I want to see only the source record details not the entity details. Would really appreciate any inputs.

    Source System Crosswalk Id FirstName Last Name Middle Name Address DoB
    S1 123 Vinoth Kumar   123 Main St 10/9/1990
    S2 456 Vinoth Kumar  M 124 Main St 10/9/1990
    S1 789 Vinodh K  M 123 Main St 10/9/1990

    Thanks.



    ------------------------------
    Vinoth Kumar Chittibabu
    Mastech Infotrellis Inc
    ------------------------------


  • 2.  RE: API to get Single Crosswalk Details

    Reltio Employee
    Posted 03-19-2024 10:17

    Hi Vinoth,

    You can use _slice parameter in GET API call to get the crosswalk view

     'https://{{tenantURL}}/entities/{{entity_ID}}/_slice?crosswalkValue={{crosswalkValue}}&options=cleanEntity' 
    --header 'Content-Type: application/json' \
    --header 'source-system: configuration/sources/{{sourceName}}' \
    --header 'Authorization: Bearer {{accessToken}}'
    Regards
    Rakesh


    ------------------------------
    Rakesh Yapamakala
    ------------------------------



  • 3.  RE: API to get Single Crosswalk Details

    Reltio Partner
    Posted 03-19-2024 10:48

    Hi Rakesh,

    Thank you for the details, it worked as expected. Really appreciate your help.

    Vinoth



    ------------------------------
    Vinoth Kumar Chittibabu
    Mastech Infotrellis Inc
    ------------------------------