| Summary: | listOrders for a given biblio_id will return all orders like %biblio_id% | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jan Kissig <bibliothek> |
| Component: | REST API | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | bibliothek, tomascohen |
| Version: | 23.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Jan Kissig
2024-04-18 08:44:14 UTC
I should have studied the API a bit more: there is a _match param which can be used with the value exact to retrieve only exact matching results. http://localhost:8080/api/v1/.html#ref-parameters-parameters_match So I should extend my query with to this: http://localhost:8081/api/v1/acquisitions/orders?biblio_id=2&_match=exact |