Hi,
I have a RESTful service (implemented in Jersey of course, and that's
all the connection to Jersey in this question) which returns a
resource listing of unbounded size.
I'd like to add query parameters for "start record" and "max records"
to be able to query the list in chunks. (in case the other parameters
do not restrict the list enough.)
Is there some commonly accepted naming convention for these query parameters?
What do you guys use?
Any advice appreciated.
Gabor Szokoli