-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Vendor request
x-post from: Labs64/NetLicensingClient-csharp#30
Hi everyone,
I have try to get all active license based on a licensee number, but i don't seem to reach any data that respect my filter.
I didn't find information about filter in the wiki (https://netlicensing.io/wiki/license-services#licenses-list) or in the Api playground ( https://netlicensing.io/NetLicensing-API/#/).I have tried some syntax but no result. here what I have tested :
LicenseService.list(context, licensee.number) LicenseService.list(context,""licenseeNumber": "licenseeNumber"" ) LicenseService.list(context, "&licenseeNumber=licenseeNumber"");I have tried the same with "active" or with a parameter of the license (requestid) but no change.
I could filter all the license after received them but in case of the number of license receive in the json exceed a limit that could be problematic
Did I miss something in my implementation or in the wiki ?