Versions Compared

Key

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

...

ParameterRequiredTypeDescription
${lsid}YesintegerLicense Server Id.
${returnType}YesstringSee Usage History For Feature.
sdYesstringSee Usage History For Feature.
edYesstringSee Usage History For Feature.
granularityYesintegerSee Usage History For Feature.
rnNostringSee Usage History For Feature.
filterNojson/string

Applies filtering license usage data on all fields.

To filter your databy string column, use the following format: 

Code Block
languagejs
[
	{ 
		"valuetype": intOrString"string", 
		"field": "${lud | lumin | lua | lumax | lbmin | lbmax | ldtc | hu | ft}", 
		"value": "${value}"
	}
]


fieldsVisibilityNojson/string

Specifies field visibility settings, for example:

Code Block
languagejs
{}


limitNointegerSee Usage History For Feature.
offsetNointegerSee Usage History For Feature.
orderByNostringSpecifies the field by which you want to order your data records. The field name can be one of the following: 
orderDirectionNostringSee Usage History For Feature.

...