Skip to main content

bookshelves

Overview

Namebookshelves
TypeResource
Idgoogledevelopers.books.bookshelves

Fields

NameDatatypeDescription
idintegerId of this bookshelf, only unique by user.
descriptionstringDescription of this bookshelf.
accessstringWhether this bookshelf is PUBLIC or PRIVATE.
titlestringTitle of this bookshelf.
volumeCountintegerNumber of volumes in this bookshelf.
createdstringCreated time for this bookshelf (formatted UTC timestamp with millisecond resolution).
selfLinkstringURL to this resource.
volumesLastUpdatedstringLast time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
updatedstringLast modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
kindstringResource type for bookshelf metadata.

Methods

NameAccessible byRequired ParamsDescription
getSELECTshelf, userIdRetrieves metadata for a specific bookshelf for the specified user.
listSELECTuserIdRetrieves a list of public bookshelves for the specified user.
mylibrary_bookshelves_getSELECTshelfRetrieves metadata for a specific bookshelf belonging to the authenticated user.
mylibrary_bookshelves_listSELECTRetrieves a list of bookshelves belonging to the authenticated user.
mylibrary_bookshelves_clearVolumesEXECshelfClears all volumes from a bookshelf.
mylibrary_bookshelves_moveVolumeEXECshelf, volumeId, volumePositionMoves a volume within a bookshelf.