RDM Parent and Child URIs

Question : 

How can we retrieve the RDM Parent and Child URIs together?

 

Answer : 

The URIs can be retrieved using the API endpoint. Example API : 
 

curl --location 'https://rdm.reltio.com/dependencies/<RDM_tenant_ID>/_byUris' \
--header 'Content-Type: application/json' \
--header 'Authorization: **********************************' \
--data '{
    "uris": [
        "rdm/lookupTypes/<lookup>"
    ]
}'
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.