The Display Search API seems to return only the first 10 rows. How do I get the API to return all the displays? If this is due to pagination support, how do I control the page size that is returned? The Swagger API does not mention any query parameter I can set to do this. I’m using Xibo 1.8.0-alpha2
You would use the start and length parameters - it should have sent you a link header back containing paging links - perhaps that doesn’t work yet (although I thought it did)
@Dan, can you please tell us a bit more about these? I understand what “start”, “size”, “next” and “first” are, how do we do previous? maybe “prev”? Am I missing anything else?