Versions Compared

Key

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

...

Possible parameters are as follows:

ParameterRequiredTypeDescription
fieldsVisibilityNojson/string 

rn

Nostring 
filterNojson/string

Applies filtering license usage data on all fields.

To filter by string column, use the following format:

Code Block
languagejs
[
	{ 
		"type": "string",
		"field": "ucd",
		"value": "${value}"
	}
]
To filter by numeric column, use the following format: 

 

Code Block
[
    {
        "type": "numeric",
        "comparison": "${gt | lt | eq}",
        "field": "${uct | ucdy | ucde | ucch}",
        "value": "${value}"
    }
]
limitNointegerDetermines the maximum number of data records that can be returned. The value must be greater than zero.
offsetNointegerSpecifies the offset of the first row to return.
orderByNostringSpecifies the field by which you want to order your data records. The field name can be one of the following: ucd, uct, ucdy, ucde, ucch.
orderDirectionNostringDetermines whether the sorting results will be displayed in ascending (ASC) or descending (DESC) order.