Koha/api/v1/swagger/paths
Jonathan Druart 7e5c75549f
Bug 32981: Add endpoint to get AV for given category
For, at least, the ERM module we would like to retrieve the authorised
values for a given category to build a dropdown list with the different options.

It has been decided on bug 17390 to use
GET /authorised_value_categories/:authorised_value_category_id/values

Test plan:
curl -v -s -u koha:koha --request GET  http://kohadev-intra.mydnsname.org:8081/api/v1/authorised_value_categories/LOC/values
Should display the list of LOC

curl -v -s -u koha:koha --request GET  http://kohadev-intra.mydnsname.org:8081/api/v1/authorised_value_categories/xLOCx/values
Should return a 404

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-02 12:00:10 -03:00
..
acquisitions_baskets.yaml
acquisitions_funds.yaml
acquisitions_orders.yaml
acquisitions_vendors.yaml
advancededitormacros.yaml
article_requests.yaml
auth.yaml Bug 30962: (QA follow-up) Rename attribute and simplify tests 2023-02-03 10:30:13 -03:00
authorised_values.yaml Bug 32981: Add endpoint to get AV for given category 2023-03-02 12:00:10 -03:00
biblios.yaml
biblios_item_groups.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
cash_registers.yaml
checkouts.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
circulation-rules.yaml
cities.yaml
clubs.yaml
config_smtp_servers.yaml
erm_agreements.yaml Bug 32923: Some fixes in ERM specs 2023-02-27 11:07:19 -03:00
erm_documents.yaml
erm_eholdings_packages.yaml Bug 32923: Add 'vendor' for local packages 2023-02-27 11:07:19 -03:00
erm_eholdings_packages_resources.yaml Bug 32923: Some fixes in ERM specs 2023-02-27 11:07:19 -03:00
erm_eholdings_resources.yaml
erm_eholdings_titles.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
erm_eholdings_titles_resources.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
erm_licenses.yaml Bug 32923: Some fixes in ERM specs 2023-02-27 11:07:19 -03:00
erm_users.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
holds.yaml
ill_backends.yaml
illrequests.yaml
import_batch_profiles.yaml
import_batches.yaml
items.yaml Bug 32923: Fix new occurrences of x-koha-embed at top level 2023-02-27 11:07:14 -03:00
jobs.yaml
libraries.yaml
oauth.yaml
patrons.yaml
patrons_account.yaml
patrons_extended_attributes.yaml
patrons_holds.yaml
patrons_password.yaml
public_oauth.yaml
public_patrons.yaml
quotes.yaml
return_claims.yaml
rotas.yaml
search_filters.yaml
suggestions.yaml
transfer_limits.yaml