Bug 41939

Summary: REST API doesn't show phone number for libraries
Product: Koha Reporter: Juliet Heltibridle <jheltibridle>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: tomascohen
Version: unspecified   
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 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.