Mylibrary.bookracks: lista
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Recupera una lista de bibliotecas que pertenecen al usuario autenticado.
Pruébalo ahora.
Solicitud
Solicitud HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves
Parámetros
Nombre del parámetro |
Valor |
Descripción |
Parámetros opcionales |
source |
string |
Cadena para identificar al creador de esta solicitud.
|
Cuerpo de la solicitud
No proporciones un cuerpo de la solicitud con este método.
Respuesta
Si se aplica correctamente, este método muestra un cuerpo de respuesta con la siguiente estructura:
{
"kind": "books#bookshelves",
"items": [
bookshelves Resource
]
}
Nombre de la propiedad |
Valor |
Descripción |
Notas |
kind |
string |
Tipo de recurso. |
|
items[] |
list |
Una lista de bibliotecas. |
|
Pruébalo
Usa el siguiente explorador para llamar a este método con datos en tiempo real y ver la respuesta.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-08 (UTC)
[null,null,["Última actualización: 2024-11-08 (UTC)"],[[["\u003cp\u003eRetrieves a list of bookshelves associated with the authenticated user's Google Books account.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to the specified endpoint with optional source parameter.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of bookshelves in JSON format, containing details like kind and items.\u003c/p\u003e\n"],["\u003cp\u003eUsers can experiment with the method using the provided interactive explorer for real-time results.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves: list\n\nRetrieves a list of bookshelves belonging to the authenticated user.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/books/v1/mylibrary/bookshelves\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------------------|\n| **Optional Parameters** |||\n| `source` | `string` | String to identify the originator of this request. |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"books#bookshelves\",\n \"items\": [\n bookshelves Resource\n ]\n}\n```\n\n| Property Name | Value | Description | Notes |\n|---------------|----------|------------------------|-------|\n| `kind` | `string` | Resource type. | |\n| `items[]` | `list` | A list of bookshelves. | |\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]