Owned Book ========== GoodreadsOwnedBook ~~~~~~~~~~~~~~~~~~ GoodreadsOwnedBook is the BetterReads representation of the Goodreads concept of an "owned book." An owned book is a representation of a physical copy of a book that is owned by a person or organization. Properties ~~~~~~~~~~ - gid: Goodreads id for the owned book (type: int) - book: `GoodreadsBook `__ object for the book that is "owned" (type: `GoodreadsBook `__) - review: `GoodreadsReview `__ associated with the book (type: `GoodreadsReview `__) - current_owner: User id of the book's current owner. Can be used to query `GoodreadsUser `__ data. (type: int) - original_purchase_date: String representation of the date that the book was purchased (type: datetime) - original_purchase_location: String for where the owner purchased the book (type: string) - condition: Condition of the book (ex: Brand new) (type: string) - link: Link to the Owned Book record on Goodreads (type: string) Usage ~~~~~ You can query for an owned book using the `GoodreadsClient `__. You must have an authenticated user session in order to query for owned books.