Paged List Entity (2022/06)
1 min
the paged list entity is structured as follows entity items \<font color="#704ae0">entity \[]\</font> the subset of items contained only within this one page of the complete list of entities totalitemcount \<font color="#704ae0">int\</font> the number of requested entities contained within the whole network matchingitemcount \<font color="#704ae0">int\</font> the number of requested entities contained within the whole network which match the filter criteria specified in the request pagesize \<font color="#704ae0">int\</font> the maximum number of objects that can be contained in the response body 100 is the default and also the maximum prevmarker \<font color="#704ae0">string\</font> the marker of the first item in the paged subset nextmarker \<font color="#704ae0">string\</font> the marker of the last item in the paged subset this value is useful if the istruncated entry in the response body indicates that the number of device webpage instances exceeds the pagesize istruncated \<font color="#704ae0">bool\</font> whether or not there are additional pages in the subset if this value is true, add nextmarker in your url "marker" parameter to get the next paged subset (you can also include the "pagesize" option if the "marker" parameter is present) sortexpression \<font color="#704ae0">string\</font> an expression that has been previously applied to the list of returned items note that if the customer does not supply an expression, the default expression will be calculated the sort expression specifies the entry used for sorting, and the ascending/descending (asc/desc) sorting order for example, " \[device] \[serial] asc " is the default setting for devices (by serial number in ascending order), but the default setting will change depending on what entity type is being returned by the paged list call the server will parse, validate, and clarify the expression, so the returned expression might be slightly different than the expression provided by the customer filterexpression \<font color="#704ae0">string\</font> an expression docid 3l0afyd3xooe ytvfk2vs for filtering the returned paged list