I am designing a REST like API for paginated data retrieval of a YUI-based client. The REST URL looks like this for a GET request:
/app/catalog/data?startInd
What format do you normally return your results in? I'd be inclined to make this 204 or even 200 returning an empty list.