Reltio Integration Hub

 View Only
  • 1.  RIH | Reltio API Response limit

    Posted 01-12-2023 01:18
    Hi Team,

    We have developed recipe where we are trying to overcome below issue in Reltio connector.

    Design details : 

    Input from Snowflake (records around 1000 will be taken)  and we need to lookup in Reltio to fetch Entity ID for the same.
    When i pass the whole list i am able to get only 200 from the list as first iteration.

    Is there a way to get all the 1000 records from the loop, may be use of offsetting.

    Image of the design - 



    ------------------------------
    Chetan P
    Freshworks
    ------------------------------


  • 2.  RE: RIH | Reltio API Response limit

    Reltio Employee
    Posted 01-12-2023 12:03
    You'll need to use pagination to retrieve all the records

    ------------------------------
    Ayan Basu
    ------------------------------



  • 3.  RE: RIH | Reltio API Response limit
    Best Answer

    Posted 01-17-2023 07:11
    Thanks for the response @Ayan Basu ..
    Quick question on the above pagination. I believe that the above solution works for dynamic records processing as well.

    For example - Today i need to process 2k & tomorrow i need to process 5k records. It should work is what i assume.​

    ------------------------------
    Chetan P
    Freshworks
    ------------------------------



  • 4.  RE: RIH | Reltio API Response limit

    Posted 06-04-2024 16:34

    @Ayan Basu, can you provide direction on how to use pagination?



    ------------------------------
    Chris McCabe
    Clinician Nexus
    ------------------------------



  • 5.  RE: RIH | Reltio API Response limit

    Reltio Employee
    Posted 06-05-2024 11:18
    Hi Chris,

    Unfortunately, Ayan is no longer with Reltio.  Generally, pagination involves calling a set of data in the API.  For example GET https://{{environment}}.reltio.com/reltio/{{tenantID}}/tasks/history?max=20&offset=0 will allow you to scroll through the history of the configuration by giving the caller 20 sets of configs. The next time, the offset should be 20 and the caller will get the next 20. Depending on the API you are using, the exact mechanism might be different. Please refer to the documentation for the api you are looking for or submit a ticket.

    --

    Gino Fortunato

    Senior Sales Engineer

    gino.fortunato@reltio.com
    +1.415.867.4195
    blog.reltio.com
    Get the Study
    Total Economic Impact Study Finds Reltio's Modern MDM Delivered 366% ROI





  • 6.  RE: RIH | Reltio API Response limit

    Posted 06-06-2024 10:52

    Thank you for your help.  This works for my current task as the data set is under 5K.   Are other options available when we need to export the full set of golden/OV records (150K+) to our Databricks instance?



    ------------------------------
    Chris McCabe
    Clinician Nexus
    ------------------------------



  • 7.  RE: RIH | Reltio API Response limit

    Reltio Employee
    Posted 06-06-2024 11:05
    With the new release the Databricks streaming pipeline is available.  If you want to do it in batch, you can use the export function.  

    --

    Gino Fortunato

    Senior Sales Engineer

    gino.fortunato@reltio.com
    +1.415.867.4195
    blog.reltio.com
    Get the Study
    Total Economic Impact Study Finds Reltio's Modern MDM Delivered 366% ROI