Skip to content

Allow specific fields to be requested when listing collections or fragments

Alf Eaton requested to merge 26-field-selector into master

When requesting /collections or /collections/:id/fragments, a query parameter called fields containing a comma-separated list of field names will filter the response so it only includes those properties (and id) for each item.

Closes #26

Merge request reports