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 or newer, which introduced a versioned endpoint URL path in order to maintain version integrity into the future.


License Statistics API lets you generate data from the Denials report. This report shows how many license checkout requests were denied and how often the denials took place.

...

If your request is successful, you should see a response similar to the following:  

Code Block
languagejs
firstline1
linenumberstrue
  {
      success: true,
      msg: ${message},
      data: [{
        "un": ${userName},
        "hn": ${hostName},
        "ldt": ${licenseDenialTime},
        "ldtc": ${licenseDenialTotalCount}
      }]
  }

where the response fields can be explained as follows:

FieldTypeDescription
uidintegerUser Id.
unstringUsername.
hnstringHostname.
ldtstringLicense dential time, returned in YYYY-MM-DD HH:MM format
ldtcstringLicense denial total count
msgstringError message returned on failure.
successbooleanThis field indicates that the API request was successfully processed.