Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Some information on this page refers to License Statistics v5.4 7 or newer, which introduced a versioned changed the API endpoint URL path in order to maintain version integrity into the future. If you are running a previous version of License Statistics, please refer to v5.4-5.6 documentation.

License Statistics API allows you to generate data from the User History report. This report shows statistics for license usage per user, during any period that usage was tracked.

...

Code Block
languagejs
firstline1
linenumberstrue
GET /api/v1/report/feature/${featureId}/user-history/${returnType}?sdt=${sessionDateTime}&(additional parameters, as needed)

There is also another possible endpoint to do this, however it is deprecated.

Code Block
languagejs
firstline1
linenumberstrue
GET /api/v1/report/user-history/${featureId}/${returnType}?sdt=${sessionDateTime}&(additional parameters, as needed)

...