Mylibrary.bookshelf: Liste
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ruft eine Liste der Bücherregale des authentifizierten Nutzers ab.
Jetzt testen
Anfrage
HTTP-Request
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves
Parameter
Parametername |
Wert |
Beschreibung |
Optionale Parameter |
source |
string |
String, mit dem der Absender dieser Anfrage identifiziert wird.
|
Anfragetext
Mit dieser Methode keinen Anfragetext bereitstellen.
Antwort
Bei Erfolg gibt diese Methode einen Antworttext mit der folgenden Struktur zurück:
{
"kind": "books#bookshelves",
"items": [
bookshelves Resource
]
}
Property-Name |
Wert |
Beschreibung |
Hinweise |
kind |
string |
Ressourcentyp. |
|
items[] |
list |
Eine Liste von Bücherregalen. |
|
Testen!
Rufen Sie diese Methode mit dem Explorer unten für Live-Daten auf und sehen Sie sich die Antwort an.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-08 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]