What is difference betwwen Module,Text,Resources datasources from DNG use in RPE
Accepted answer
modules should be used for Module artifacts. It returns resources and information about the module.
resources can be used for any artifact type. It returns common information like title, description, links, location, attributes, about all artifacts.
text should be used for text-based artifacts if you want to get text content (formatted text) of the artifact.
I suggest referring to DNG Reportable API https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI for details.