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>"
]
}'
Comments
Please sign in to leave a comment.