| Summary: | REST API doesn't show phone number for libraries | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Juliet Heltibridle <jheltibridle> |
| Component: | REST API | Assignee: | 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: | |||
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.