0

I need to count the total number of things created in the Eclipse Ditto Digital Twin Framework.

apoorva
  • 31
  • 4

1 Answers1

1

If you look at the Ditto sandbox you see that this information is displayed.

The API behind that is: GET https://ditto.eclipseprojects.io/stats/search. Which basically does a "global count" on all things contained in Ditto's search index.

Thomas Jäckle
  • 1,123
  • 2
  • 7
  • 21