4 "title": "Koha REST API",
8 "url": "http://www.gnu.org/licenses/gpl.txt"
12 "url": "http://koha-community.org/"
15 "basePath": "/api/v1",
19 "operationId": "listPatrons",
26 "description": "A list of patrons",
30 "$ref": "#/definitions/patron"
35 "description": "Access forbidden",
37 "$ref": "#/definitions/error"
43 "/patrons/{borrowernumber}": {
45 "operationId": "getPatron",
49 "$ref": "#/parameters/borrowernumberPathParam"
57 "description": "A patron",
59 "$ref": "#/definitions/patron"
63 "description": "Access forbidden",
65 "$ref": "#/definitions/error"
69 "description": "Patron not found",
71 "$ref": "#/definitions/error"
79 "$ref": "./definitions/index.json"
82 "borrowernumberPathParam": {
83 "name": "borrowernumber",
85 "description": "Internal patron identifier",