v1

latestOpenAPI 3.0.32026-07-1711821.4 KB
LibraryService

ListShelves

Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.

get/v1/shelves

Query parameters

page_sizeinteger

Requested page size. Server may return fewer shelves than requested. If unspecified, server will pick an appropriate default.

page_tokenstring

A token identifying a page of results the server should return. Typically, this is the value of [ListShelvesResponse.next_page_token][google.example.library.v1.ListShelvesResponse.next_page_token] returned from the previous call to ListShelves method.

Response

OK

next_page_tokenstring

A token to retrieve next page of results. Pass this value in the [ListShelvesRequest.page_token][google.example.library.v1.ListShelvesRequest.page_token] field in the subsequent call to ListShelves method to retrieve the next page of results.

All 11 operations