Retrieving A Book By ID - Planning
Last updated
{
"status": "success",
"code": 200,
"message": "Here is the book with the specified ID."
"data": {
"id": "61f88350745d83158f3c746d",
"title": "Harry Potter and the Goblet of Fire",
"description": "Mint condition, but will negotiate",
"price": 99,
"author": "J.K. Rowling",
"datePublished": "Sun Oct 10 2021 23:56:34 GMT-0400"
},
"errors": null
}{
"status": "error",
"code": 404,
"message": "That book with the specified ID does not exist."
"data": null,
"errors": [
"Book listing not found."
]
}