Reltio Connect

 View Only
Expand all | Collapse all

Enhance _findConnectedParties and searchConnections: add pagination

  • 1.  Enhance _findConnectedParties and searchConnections: add pagination

    Posted 06-06-2024 14:24

    Often we want to retrieve a record spanning many entities and relationships but whilst we know what data items (Attributes) we want to get back we may not know all the connecting relationships so we use searchConnections to reduce the number of API calls to Reltio. Unfortunately searchConnections returns everything for every entity and relationship at source and OV level across the entire match set even if the search was for an object in a source.

    It would be much better if we could specify the response values we are interested in and whether we want to have OV view or a source view (by source filter) returned to reduce the amount of data being marshalled.

    we have tried _findConnectedParties and are experiencing the same issues, we get thousands of lines of JSON back and the response time is too long.

    https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/engage-apis/search-api/find-connected-parties



    ------------------------------
    d rossano
    symetra
    ------------------------------


  • 2.  RE: Enhance _findConnectedParties and searchConnections: add pagination

    Reltio Employee
    Posted 06-18-2024 09:34

    Hi Daniel,

    You can try the following two things:

    1. Specify the attribute values you want the API to retrieve using the select parameter, this way you can limit the attributes retrieved by the API call.
    2. And also use ovOnly value for the options parameter to retrieve only the OV values.

    Please refer to the select parameter and options parameter in the link you shared for more details on these.

    Happy to help with any follow up questions.



    ------------------------------
    Mallikarjuna Aakulati
    ------------------------------