Bug 41939 - REST API doesn't show phone number for libraries
Summary: REST API doesn't show phone number for libraries
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-25 19:00 UTC by Juliet Heltibridle
Modified: 2026-02-25 19:00 UTC (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juliet Heltibridle 2026-02-25 19:00:13 UTC
When making a call to the API endpoint /public/libraries/{library_id} the response should included the library phone number. When testing on my system, I get the following fields in my response:

  "address1"
  "address2"
  "address3"
  "city"
  "country"
  "email"
  "fax"
  "ill_email"
  "library_id"
  "name"
  "postal_code"
  "state"
  "url"

The "phone" field seems to be missing.