Mylibrary.bookshelves: pobierz
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pobiera metadane określonej półki należącej do uwierzytelnionego użytkownika.
Wypróbuj
Żądanie
Żądanie HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf
Parametry
Nazwa parametru |
Wartość |
Opis |
Parametry wymagane |
shelf |
string |
Identyfikator półki, którą chcesz pobrać.
|
Parametry opcjonalne |
source |
string |
Ciąg znaków identyfikujący nadawcę żądania.
|
Treść żądania
W przypadku tej metody nie podawaj treści żądania.
Wypróbuj
Aby wywołać tę metodę na danych na żywo i zobaczyć odpowiedź, użyj eksploratora poniżej.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-08 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-08 UTC."],[[["\u003cp\u003eRetrieves metadata for a specific user's bookshelf using the bookshelf ID.\u003c/p\u003e\n"],["\u003cp\u003eRequires a \u003ccode\u003eshelf\u003c/code\u003e ID as a parameter and optionally accepts a \u003ccode\u003esource\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request to the specified endpoint.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eMylibrary.bookshelves\u003c/code\u003e resource upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eProvides an interactive explorer for testing the method with live data.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves: get\n\nRetrieves metadata for a specific bookshelf 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/shelf\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------------------|\n| **Required Parameters** |||\n| `shelf` | `string` | ID of bookshelf to retrieve. |\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 [Mylibrary.bookshelves resource](/books/docs/v1/reference/mylibrary/bookshelves#resource) in the response body.\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]