I want to get the total number of artifacts in RDNG
Accepted answer
One option could be to use RDNG's Reportable REST API. https://server:port/rm/publish/resources?collectionURI=id1 or https://server:port/rm/publish/resources?moduleURI=module1 and check for the number of records.
I am not sure of client side extension. But if you are reporting using RPE or RRDG, it is possible by counting the number of records returned for the REST url.
I am not sure of client side extension. But if you are reporting using RPE or RRDG, it is possible by counting the number of records returned for the REST url.