Skip to content

Filter on "list" operation don't seem to work #27

@r-brown

Description

@r-brown

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions