Skip to content

How do I list all pages of licensees using the RESTful API? #118

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

You must be logged in to vote

Hello @kevinhiltb9
You can retrieve the next available pages by adding a filter ?filter=page=N;items=100 to the Licensee.list() method

GET https://go.netlicensing.io/core/v2/rest/licensee?filter=page=1;items=100

related issue: #27 (comment)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by r-brown
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #43 on October 30, 2023 05:36.