Bug 31683

Summary: Return descriptions from items API endpoint
Product: Koha Reporter: Lucas Gass <lucas>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Lucas Gass 2022-10-04 22:30:10 UTC
It would be pretty handy of the items endpoint (/api/v1/items ) returned the descriptions along with the actual codes.

For example if I go here to '/api/v1/items/419' the location returned is 'GEN', which is the A.V. code. It would be neat if I could get the description too, 'General stacks'.
Comment 1 Tomás Cohen Arazi 2022-10-04 22:48:57 UTC
Hi, good call. This is actually a duplicate of bug 26635.

Could you please take a look at the conversation there? As an API consumer, I would like your opinion on the data structure we should be returning, a subject which has actually blocked that one.
Comment 2 Lucas Gass 2022-10-04 22:50:54 UTC

*** This bug has been marked as a duplicate of bug 26635 ***