I want to get the total number of artifacts in RDNG
I am creating a client side extension where we can display different statistics about all of the artifacts into a graph or pie chart. I can access artifacts from one module or collection but we need the total count of all artifacts in RDNG. How can I do this?
|
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. Pooja Srivastava selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.