api-sig/pagination_filtering.md
2014-10-13 22:03:06 -04:00

594 B

Pagination and Filtering

This topic document serves to provide guidance on how to handle the pagination of large result sets and the best ways to provide filtering capabilities in a project's public REST API.

Pagination

TODO Discuss the methods currently used to paginate in OpenStack APIs.

TODO Make a proposal/decision on the recommended way to implement pagination.

Filtering

TODO Discuss the methods currently used to filter in OpenStack APIs.

TODO Make a proposal/decision on the recommended way to implement filtering.