Mylibrary.bookshelves: リスト
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認証されたユーザーに属する書棚のリストを取得します。実習をご覧ください。
リクエスト
HTTP リクエスト
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves
パラメータ
パラメータ名 |
値 |
説明 |
オプション パラメータ |
source |
string |
このリクエストの送信元を識別する文字列。
|
リクエストの本文
このメソッドをリクエストの本文に含めないでください。
レスポンス
成功すると、このメソッドは次の構造を含むレスポンスの本文を返します。
{
"kind": "books#bookshelves",
"items": [
bookshelves Resource
]
}
プロパティ名 |
値 |
説明 |
注意点 |
kind |
string |
リソースのタイプ。 |
|
items[] |
list |
書棚のリスト。 |
|
試してみる
以下のエクスプローラを使用して、ライブデータでこのメソッドを呼び出し、レスポンスを確認します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 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."]]