Mylibrary.bookshelves:get
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
检索已验证用户名下特定书架的元数据。立即试用。
请求
HTTP 请求
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf
参数
参数名称 |
值 |
说明 |
必需参数 |
shelf |
string |
要检索的书架的 ID。
|
可选参数 |
source |
string |
用于标识此请求发起者的字符串。
|
请求正文
使用此方法时请勿提供请求正文。
试试看!
使用下面的 Explorer 对实际数据调用此方法,然后查看响应。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["\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."]]