Skip to content

Retrieve all entities (> 100) using list methods #102

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

You must be logged in to vote

Indeed, every NetLicensing entity offering a list endpoint (REST), which can be used to provision NetLicensing data to other systems, such as DWH, BI, Reporting, etc.

The result set of the list operations is limited to 100 entries and contains information about data set available in the NetLicensing:

  • pagenumber - current page index (0..N-1); where N - total pages count, see also totalpages
  • itemsnumber - entities count returned; max: 100
  • totalpages - total pages count calculated as modulo (totalitems % itemsnumber)
  • totalitems - total entities available in the system
  • hasnext - indicates whether the next page is available (true), otherwise false

Sample response

...
<ns2:items pagenumber="0" 

Replies: 1 comment

Comment options

r-brown
Dec 4, 2020
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 #19 on October 29, 2023 22:24.