Reltio Connect

 View Only
  • 1.  Reltio API Call for relationship

    Posted 27 days ago

    Hi All,

    How to prepare API call to export relationship champion's hierarchy:

    Relationship eid, parent eid, parent name, child eid, child name.

    Thanks

    Shruti



    ------------------------------
    Shruti Das
    Optum
    ------------------------------


  • 2.  RE: Reltio API Call for relationship

    Posted 26 days ago

    Hi all,

    I am giving request in postman as 

    POST {TenantURL}/relations/getByObjectUris


    {
        "objectUris": [
            "entities/694JdZv"
        ],
        "relationTypes": [
            "configuration/relationTypes/AlternateCompanyRel"
        ]
    }
    But getting Response as
    {
        "error": "unauthorized",
        "error_description": "Full authentication is required to access this resource"
    }
    I have all access also.Can anyone suggest on this?
    Thanks
    Shruti


    ------------------------------
    Shruti Das
    Optum
    ------------------------------



  • 3.  RE: Reltio API Call for relationship

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

    I think you are having authentication issues, rather than username and password, try creating client credential user and try, it should work.