Skip to content

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

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

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

curl -X GET --header 'Accept: application/xml' --header 'Authorization: Basic ZGVtbzpkZW1v' 'https://go.netlicensing.io/core/v2/rest/license?requestId=VDE…

Replies: 1 comment

Comment options

r-brown
Feb 5, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #27 on October 29, 2023 22:18.