rest-api
rest-api copied to clipboard
How to do pagination with this project?
How to do pagination with this project? Could you please give an example?
- Add parameter
pageto the action, pass it viaGETorPOST - Use https://docs.phalcon.io/4.0/en/pagination to pass that parameter and return only part of data, depending on specified
limit