Unable to get In all modules link from validated by
Hi,
I am currently using the URL below to fetch module data, but the in this module link present in the validated by attributes are only appearing. They should be displayed in all module links as well.
Validated by
Validated by
|
in this module links
link1
link2
in all module links
link3
link4
--------------------
|
Current Result after using below GET REST API
|
validated by ->link1,link2
Required: validated by ->link1,link2,link3,link4
Get = website+"/rm/publish/resources?moduleURI="+URI
Kindly assist me with resolving this issue.