Mylibrary.values: nhận
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Truy xuất siêu dữ liệu cho một giá sách cụ thể của người dùng đã xác thực.
Thử ngay.
Yêu cầu
Yêu cầu HTTP
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf
Thông số
Tên thông số |
Giá trị |
Mô tả |
Tham số bắt buộc |
shelf |
string |
Mã của giá sách cần truy xuất.
|
Thông số tuỳ chọn |
source |
string |
Chuỗi để xác định tác nhân gửi yêu cầu này.
|
Nội dung yêu cầu
Không cung cấp nội dung yêu cầu bằng phương thức này.
Thử ngay!
Sử dụng trình khám phá bên dưới để gọi phương thức này trên dữ liệu trực tiếp và xem phản hồi.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-08 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]