I've some questions/feedback about paging in v8:
-
If you specify IncludeTotals in for example ListUsersRequestParameters then how do you get the total count on the response?
-
The IOrganizationsClient.ListAsync documentation mentions this endpoint supports both offset and checkpoint pagination. But the request is missing the necessary Page and PerPage properties for offset pagination.
I've some questions/feedback about paging in v8:
If you specify
IncludeTotalsin for exampleListUsersRequestParametersthen how do you get the total count on the response?The
IOrganizationsClient.ListAsyncdocumentation mentions this endpoint supports both offset and checkpoint pagination. But the request is missing the necessaryPageandPerPageproperties for offset pagination.