Mylibrary.bookshelves: dapatkan
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mengambil metadata untuk rak buku tertentu milik pengguna yang diautentikasi.
Coba sekarang.
Permintaan
Permintaan HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf
Parameter
Nama Parameter |
Nilai |
Deskripsi |
Parameter yang Diperlukan |
shelf |
string |
ID rak buku yang akan diambil.
|
Parameter Opsional |
source |
string |
String untuk mengidentifikasi asal permintaan ini.
|
Isi Permintaan
Jangan berikan isi permintaan dengan metode ini.
Cobalah!
Gunakan penjelajah di bawah untuk memanggil metode ini pada data langsung dan melihat responsnya.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-08 UTC.
[null,null,["Terakhir diperbarui pada 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."]]