blindnet-io / privacy-computation-engine

Interpret sensitive data access rights and handle Privacy Requests
MIT License
7 stars 1 forks source link

Pagination #36

Open m4rk055 opened 1 year ago

m4rk055 commented 1 year ago

Add pagination to the following endpoints:

Requests should include the offset and limit query parameters. offset = (page - 1) * limit (sorted by date descending) Response includes the total number of items.