uf_api icon indicating copy to clipboard operation
uf_api copied to clipboard

Courses - Last Control number isn't number of rows

Open alago1 opened this issue 5 years ago • 0 comments

I checked the API request against uf's portal course catalog and the last-control-number parameter does not seem to refer to the number of rows but rather the index to the next row.

Example: The first call at the uf portal uses last-control-number=0. The returned json has a LASTCONTROLNUMBER=3487.

The subsequent call when asking for rows 51-59 uses last-control-number=3487. The returned json has a LASTCONTROLNUMBER=0 (no next row, references start).

alago1 avatar Oct 10 '20 18:10 alago1