Mylibrary.bookshself.वॉल्यूमs: सूची
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किताबों की अलमारी में मौजूद वॉल्यूम की जानकारी पाता है.
इसे अभी आज़माएं.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf/volumes
पैरामीटर
पैरामीटर का नाम |
मान |
ब्यौरा |
ज़रूरी पैरामीटर |
shelf |
string |
बुकशेल्फ़ आईडी या नाम के लिए वॉल्यूम प्राप्त करते हैं.
|
ज़रूरी नहीं पैरामीटर |
maxResults |
unsigned integer |
कितने नतीजे दिखाने हैं
|
projection |
string |
चुने गए फ़ील्ड के सेट में दिखाई गई जानकारी पर पाबंदी लगाएं.
इन वैल्यू का इस्तेमाल किया जा सकता है:
- "
full " - इसमें वॉल्यूम का पूरा डेटा शामिल होता है.
- "
lite " - इसमें VolumeInfo और accessInfo में फ़ील्ड का एक सबसेट शामिल है.
|
q |
string |
इस किताबों की अलमारी में, पूरे लेख को खोजने के लिए क्वेरी स्ट्रिंग.
|
showPreorders |
boolean |
पहले से ऑर्डर की गई किताबें दिखाने के लिए, इसे 'सही है' पर सेट करें. डिफ़ॉल्ट रूप से, यह 'गलत' पर सेट होती है.
|
source |
string |
इस अनुरोध को भेजने वाले व्यक्ति की पहचान करने के लिए स्ट्रिंग.
|
startIndex |
unsigned integer |
दिए जाने वाले पहले एलिमेंट का इंडेक्स (0 से शुरू होता है)
|
अनुरोध का मुख्य भाग
इस तरीके का इस्तेमाल करते समय, अनुरोध का मुख्य हिस्सा न दें.
जवाब
अगर एपीआई सही से जुड़ जाता है, तो यह तरीका इस स्ट्रक्चर के साथ रिस्पॉन्स बॉडी दिखाता है:
{
"kind": "books#volumes",
"totalItems": integer,
"items": [
volumes Resource
]
}
प्रॉपर्टी का नाम |
मान |
ब्यौरा |
नोट |
kind |
string |
संसाधन प्रकार. |
|
totalItems |
integer |
कुल वॉल्यूम की संख्या. अगर नतीजों को पेज के हिसाब से बांटा गया है, तो यह संख्या इस जवाब में दिखाए गए वॉल्यूम की संख्या से ज़्यादा हो सकती है. |
|
items[] |
list |
वॉल्यूम की सूची. |
|
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और इसका जवाब देखने के लिए, नीचे दिए गए एक्सप्लोरर का इस्तेमाल करें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-08 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-08 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRetrieves volume information for books on a specific bookshelf.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by search query, pre-orders, and selected fields.\u003c/p\u003e\n"],["\u003cp\u003eReturns a list of volumes with details like total items and individual volume resources.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination for handling large results.\u003c/p\u003e\n"],["\u003cp\u003eCan be tested using the provided interactive explorer.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves.volumes: list\n\nGets volume information for volumes on a bookshelf.\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/volumes\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|-----------------|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Required Parameters** |||\n| `shelf` | `string` | The bookshelf ID or name retrieve volumes for. |\n| **Optional Parameters** |||\n| `maxResults` | `unsigned integer` | Maximum number of results to return |\n| `projection` | `string` | Restrict information returned to a set of selected fields. \u003cbr /\u003e \u003cbr /\u003e Acceptable values are: - \"`full`\" - Includes all volume data. - \"`lite`\" - Includes a subset of fields in volumeInfo and accessInfo. |\n| `q` | `string` | Full-text search query string in this bookshelf. |\n| `showPreorders` | `boolean` | Set to true to show pre-ordered books. Defaults to false. |\n| `source` | `string` | String to identify the originator of this request. |\n| `startIndex` | `unsigned integer` | Index of the first element to return (starts at 0) |\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#volumes\",\n \"totalItems\": integer,\n \"items\": [\n volumes Resource\n ]\n}\n```\n\n| Property Name | Value | Description | Notes |\n|---------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Resource type. | |\n| `totalItems` | `integer` | Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. | |\n| `items[]` | `list` | A list of volumes. | |\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]