List Single call on a Basic List

I am in the process of converting my programs from using LegacyList to using List Single. I've run into an odd behavior with the only Basic List that I use. (Everything else is an Advanced List.)

Advanced Lists return pages of data with a max length of 1000 records. I increment the page argument to get more data until the list is exhausted.

My call to the Basic List returns all records in one call (7, 175 records in this case). Incrementing the page argument returns the same data a second time.

fdb9e258d74c69b56c40799aaa88ad87-huge-p1
41bf01d867f2287bdda8c42e425ede2b-huge-p1
dfac011138d493cd764e5058b5365c23-huge-p2
8e557c7ed64ba44855c4f5bc8c55f916-huge-p2

My question is: is this working as expected for Basic Lists, or is there a bug?

Comments

  • Stephen Boyle
    Stephen Boyle Blackbaud Employee
    Tenth Anniversary Kudos 5 First Reply Name Dropper

    @Brian Gray
    That is an oddity, but it is intended to work that way. There is a technical difference between basic and advanced lists that prevented paging in the passthru from the Basic list results. Luckily, Basic lists generally have a manageable payload compared to Advanced lists.

Categories