RRC: How to report embeded artifact usin RRDG (RPE)
Accepted answer
I did some investigation and found that there is a flag you need to set on the REST call.
showEmbedTitles=true
e.g. _baseURL+"/publish/text?resourceURI="+_resourceURI+ "&showEmbedTitles="+ showEmbedTitles
A small issue is still there. The embedded artifact is always shown with ID and Name
Hope this helps