-
Vendor request x-post from: Labs64/NetLicensingClient-csharp#30
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Current NetLicensing API doesn't support request filters. Currently, there is a not-documented feature - ... filter licenses list by licenseeNumber ... filter licenses list by licenseTemplateNumber Sample (demo:demo account)... filter licenses list by licenseeNumber
Please note: this feature is not a part of the official NetLicensing RESTful API and will be replaced by NLQL. |
Beta Was this translation helpful? Give feedback.
Current NetLicensing API doesn't support request filters.
This is planned feature: NLQL - NetLicensing Query Language
Currently, there is a not-documented feature -
filter
available, which allows you to apply an additional filter to the list() operations, e.g.... filter licenses list by licenseeNumber
/license?filter=page=0;items=100;licenseeNumber=<VALUE>
... filter licenses list by licenseTemplateNumber
/license?filter=page=0;items=100;licenseTemplateNumber=<VALUE>
Sample (demo:demo account)
... filter licenses list by licenseeNumber