Reltio Connect

 View Only
  • 1.  Entities API - Get Several Entities by List of Crosswalks

    Posted 09-27-2021 09:53
    Hi!

    Im trying to use this endpoint:
    https://docs.reltio.com/entitiesapi/getentitybycrosswalklist.html

    I get the expected response if I set type to be "configuration/sources/Reltio".

    If I try to do this with all other types, for example "configuration/sources/EQ_SAP",
    the response is an empty list.

    Does this endpoint only work if Reltio is the source?

    Regards

    Minh Bui


  • 2.  RE: Entities API - Get Several Entities by List of Crosswalks

    Posted 10-05-2021 05:19
    Bumping this up


  • 3.  RE: Entities API - Get Several Entities by List of Crosswalks

    Reltio Employee
    Posted 10-05-2021 08:04
    @Minh Bui, thanks for bumping this up. I have reached out to the team to see if I can get an answer for you​


  • 4.  RE: Entities API - Get Several Entities by List of Crosswalks

    Reltio Employee
    Posted 10-05-2021 13:30
    Hello Minh,

    This operation returns a list of Entity objects (full or partial) by list of crosswalks (crosswalkValue, source type and SourceTable (optional)) from the tenant.

    Based on the response you received, it seems you have successfultrue but an empty array of results. 

    Can you confirm if thecrosswalkValuesourceType values exist as part of the entity data in the tenant? From my understanding, the API call is not restricted to only Reltio Source. 

    Thanks,
    Shantanu


  • 5.  RE: Entities API - Get Several Entities by List of Crosswalks

    Posted 10-06-2021 03:27
    Hi, Shantanu!

    If you see attachment 1, the entities exist. In attachment 2 we get the response that crosswalk not found.
    For attachment 3, the request is fine when we are asking for an entity with type Reltio.

    Minh


  • 6.  RE: Entities API - Get Several Entities by List of Crosswalks

    Posted 10-06-2021 03:41
    If I set sourceTable: "MaterialGroup", it works.

    Thanks for the help!

    Minh