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
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
I think you are having authentication issues, rather than username and password, try creating client credential user and try, it should work.
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?ThanksShruti