shelves
Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.
get/v1/{+parent}/books
Path parameters
parentstring required
Required. The name of the shelf whose books we'd like to list.
Query parameters
pageSizeinteger
Requested page size. Server may return fewer books than requested. If unspecified, server will pick an appropriate default.
pageTokenstring
A token identifying a page of results the server should return. Typically, this is the value of ListBooksResponse.next_page_token. returned from the previous call to ListBooks method.
Response
Successful response