GET
/patron/{patronId}/list GetPatronLists Get all patron lists
Parameters
- patronIdrequired
- path · stringPatron ID from authentication
Responses
- 200
PatronListsResponseBodySuccess
No description in the specification.
8 operations/patron/{patronId}/list GetPatronLists PatronListsResponseBody Success /patron/{patronId}/list CreatePatronList Create a new patron list, the list id is determined by the id in the request. If there exist no patron list with the default ID, the default list can be created.
application/json · required No response body. Success /patron/{patronId}/list/{listId} GetPatronListAndItems PatronListResponseBody Success /patron/{patronId}/list/{listId} InsertItemToPatronList Insert an item anywhere into the patron list.
application/json · required No response body. Success /patron/{patronId}/list/{listId} DeletePatronList No response body. Success /patron/{patronId}/list/{listId} UpdatePatronList application/json · required No response body. Success /patron/{patronId}/list/{listId}/item/{itemId} DeletePatronListItem No response body. Success /patron/{patronId}/list/{listId}/item/{itemId} MovePatronListItem This moves the item to the specified position on the patron list, the same rules applies here as when inserting an item to a patron list (POST /patron/{patronId}/list/{listId}).
No response body. Success