books

GET {{baseUrl}}/books

Returns all books in the library database.

Optional filters can be passed as query parameters.

Request Params

KeyDatatypeRequiredDescription
searchstringa search string to be matched against author/title (example: borges). Case insensitive, partial match OK.
checkedOutbooleantrue/false
genrestringfilter by genre (case-insensitive, exact match)

RESPONSES

status: OK

[{"title":"Ficciones","author":"Jorge Luis Borges","id":"ZUST9JFx-Sd9X0k","genre":"fiction","yearPublished":1944,"checkedOut":true,"createdAt":"2021-06-02 17:37:38"},{"title":"Dust Tracks on a Road","author":"Zora Neale Hurston","id":"bJmPVX5oFzAQJwI","genre":"biography","yearPublished":1942,"checkedOut":true,"createdAt":"2021-06-02 17:37:38"},{"title":"Crime and Punishment","author":"Fyodor Dostoyevsky","id":"T1NwXSmVxnlxoeG","genre":"fiction","yearPublished":1866,"checkedOut":true,"createdAt":"2021-06-02 17:37:38"},{"title":"Domain-Driven Design: Tackling Complexity in the Heart of Software","author":"Eric Evans","id":"hHNwXjmjxnlxooP","genre":"computers","yearPublished":2003,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"The Tale of Genji","author":"Murasaki Shikibu","id":"rclHV3DLWbJmquK","genre":"fiction","yearPublished":1021,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Patterns of Enterprise Application Architecture","author":"Martin Fowler","id":"uTYYlzvCQsaaSwj","genre":"computers","yearPublished":2002,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Competing Against Luck: The Story of Innovation and Customer Choice","author":"Clayton Christensen, Taddy Hall, Karen Dillon, David Duncan","id":"rebHV3JhWbJmcca","genre":"business","yearPublished":2016,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Beyond Violence","author":"Jiddu Krishnamurti","id":"pclHVVVqLWbJmqur","genre":"philosophy","yearPublished":1973,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems","author":"Martin Kleppmann","id":"HbQrRkNjJkalsS","genre":"computers","yearPublished":2017,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Colorless Tsukuru Tazaki and His Years of Pilgrimage","author":"Haruki Murakami","id":"eclHBBrLWbJmque","genre":"fiction","yearPublished":2013,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"A Practical Approach to API Design","author":"D. Keith Casey Jr, James Higginbotham","id":"jclqjdUdBrLWDDmqp","genre":"computers","yearPublished":2013,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Go Design Patterns","author":"Mario Castro Contreras","id":"eeRplqnKkshdmqeeE","genre":"computers","yearPublished":2017,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"The Joy Luck Club","author":"Amy Tan","id":"qqlHBBrLWbJmq_a","genre":"fiction","yearPublished":1989,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Anxious People","author":"Fredrik Backman","id":"MpNoarLWbJTwe","genre":"fiction","yearPublished":2019,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Continuous API Management: Making the Right Decisions in an Evolving Landscape","author":"Mehdi Medjaoui, Erik Wilde, Ronnie Mitra, Mike Amundsen","id":"ZxJksSDasdaO","genre":"computers","yearPublished":2018,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Learning GraphQL","author":"Eve Porcello, Alex Banks","id":"gqlHBBrLWbJmqgql","genre":"computers","yearPublished":2018,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Masala Lab: The Science of Indian Cooking","author":"Krish Ashok","id":"shrHcTrLWlJmquti","genre":"cooking","yearPublished":2020,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Refactoring","author":"Kent Beck, Martin Fowler","id":"aeSdkfhUSkdhHfo","genre":"computers","yearPublished":1999,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Consolation of Philosophy","author":"Boethius","id":"cpopeLmqgixdD","genre":"philosophy","yearPublished":524,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"A Thousand Splendid Suns","author":"Khaled Hosseini","id":"qpBhlLWbJmqgg","genre":"fiction","yearPublished":2007,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"The Wright Brothers","author":"David McCullough ","id":"HjKaEeYYuiapA","genre":"history","yearPublished":2007,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"RESTful Web APIs: Services for a Changing World","author":"Leonard Richardson, Mike Amundsen, Sam Ruby","id":"apilLWbJmqgop","genre":"computers","yearPublished":2013,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"},{"title":"Creativity, Inc.","author":"Ed Catmull","id":"plRHqwwEJmqgoT","genre":"business","yearPublished":2014,"checkedOut":false,"createdAt":"2021-06-02 17:37:38"}]