v1

latestOpenAPI 3.0.32026-07-1711821.4 KB
LibraryService

GetBook

Gets a book. Returns NOT_FOUND if the book does not exist.

get/v1/shelves/{shelf}/books/{book}

Path parameters

shelfstring required

The shelf id.

bookstring required

The book id.

Response

OK

namestring required

The resource name of the book. Book names have the form shelves/{shelf_id}/books/{book_id}. The name is ignored when creating a book.

authorstring

The name of the book author.

titlestring

The title of the book.

readboolean

Value indicating whether the book has been read.

borrow_timestring date-time

The previous borrowing timestamp.

created_atstring date-time

The creation date and time.

updated_atstring date-time

The last update date and time.