chef-server icon indicating copy to clipboard operation
chef-server copied to clipboard

Allow pagination, sorting and searching of Policy File List API

Open kalroy opened this issue 4 years ago • 0 comments

The list of policy files can be fetched using /organizations/NAME/policies API. This API currently does not provide the following functionalities:

  1. Pagination
  2. Sorting
  3. Searching using regex

Having these functionalities will help Automate to show the Policy files in paginated manner along with ability to sort and search the policy files.

kalroy avatar Jun 23 '21 05:06 kalroy