Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Obtaining information about usage history for license server

You can easily list all visible features fetch metrics about usage history for a given server by calling this HTTP GET request:

Code Block
languagejs
firstline1
GET /api/v1/report/license-server/${lsid}/usage-history/${returnType}?sd=${startDate}&ed={endDate}&granularity=${granularity}$(additional parameters, as needed)

...