How do I list all pages of licensees using the RESTful API? #118
-
Question Request URL Response
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @kevinhiltb9
related issue: #27 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'll give it a shot. Out of curiosity, is this mentioned anywhere in the documentation? I looked before opening an issue here and didn't see anything in the wiki article. I did see the filter option in the JavaDoc for the list function, but it says "filter - reserved for the future use, must be omitted / set to NULL". |
Beta Was this translation helpful? Give feedback.
-
Indeed, this is not-documented feature, as we plan to introduce mid-term a new planned feature: NLQL - NetLicensing Query Language |
Beta Was this translation helpful? Give feedback.
Hello @kevinhiltb9
You can retrieve the next available pages by adding a filter
?filter=page=N;items=100
to the Licensee.list() methodrelated issue: #27 (comment)