ボリューム: get
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ID に基づいて Volume リソースを取得します。こちらから今すぐお試しください。
ユーザー ID について詳しくは、Google ブックス ID のセクションをご覧ください。
リクエスト
HTTP リクエスト
GET https://www.googleapis.com/books/v1/volumes/volumeId
パラメータ
パラメータ名 |
価値 |
説明 |
必須パラメータ |
volumeId |
string |
取得するボリュームの ID。 |
オプション パラメータ |
partner |
string |
パートナー ID のブランド検索結果。
|
projection |
string |
選択した一連のフィールドに返される情報を制限します。
有効な値は次のとおりです。
- "
full " - すべてのボリューム データが含まれます。
- 「
lite 」- volumeInfo と accessInfo のフィールドのサブセットが含まれます。
|
source |
string |
このリクエストの送信元を識別する文字列。
|
リクエストの本文
このメソッドをリクエストの本文に含めないでください。
試してみる
以下のエクスプローラを使用してライブデータに対してこのメソッドを呼び出し、レスポンスを確認してください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-28 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-06-28 UTC。"],[[["Retrieves a specific book volume's information using its unique ID."],["Request this information by sending a GET request to the specified URL with the volume ID."],["Optionally, you can customize the request to include a partner ID, select specific fields to be returned, and identify the request's source."],["The response, upon success, provides comprehensive details about the requested volume as defined in the Volume resource."],["Experiment with the API using the provided explorer for live data interaction and response visualization."]]],[]]