stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Filter item custom fields by category #353

Closed emroussel closed 6 years ago

emroussel commented 6 years ago

As a user, I want to be able to see the item custom fields related to a specific category So that I can add new custom fields when changing an item's category.

Get all item custom fields related to a category without providing a barcode (in case the item hasn't been created yet) and filter by providing the categoryID.

The response can be the same than the get all item custom field response.