ভলিউম: পান
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আইডির উপর ভিত্তি করে একটি ভলিউম সম্পদ পুনরুদ্ধার করে। এখনই চেষ্টা করে দেখুন ।
ব্যবহারকারী আইডি সম্পর্কে আরও তথ্য Google Books IDs বিভাগে পাওয়া যাবে।
অনুরোধ
HTTP অনুরোধ
GET https://www.googleapis.com/books/v1/volumes/volumeId
পরামিতি
প্যারামিটারের নাম | মান | বর্ণনা |
---|
প্রয়োজনীয় পরামিতি |
volumeId | string | পুনরুদ্ধার করার জন্য ভলিউমের আইডি। |
ঐচ্ছিক পরামিতি |
partner | string | অংশীদার আইডির জন্য ব্র্যান্ড ফলাফল। |
projection | string | নির্বাচিত ক্ষেত্রগুলির একটি সেটে তথ্য সীমাবদ্ধ করুন।
গ্রহণযোগ্য মান হল:- "
full " - সমস্ত ভলিউম ডেটা অন্তর্ভুক্ত করে। - "
lite " - ভলিউমইনফো এবং অ্যাক্সেস ইনফোতে ক্ষেত্রগুলির একটি উপসেট অন্তর্ভুক্ত করে।
|
source | string | এই অনুরোধের জন্মদাতা সনাক্ত করার জন্য স্ট্রিং। |
রিকোয়েস্ট বডি
এই পদ্ধতির সাথে একটি অনুরোধ সংস্থা সরবরাহ করবেন না।
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি প্রতিক্রিয়া বডিতে একটি ভলিউম রিসোর্স প্রদান করে।
এটা চেষ্টা করুন!
লাইভ ডেটাতে এই পদ্ধতিতে কল করতে এবং প্রতিক্রিয়া দেখতে নীচের এক্সপ্লোরারটি ব্যবহার করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRetrieves a specific book volume's information using its unique ID.\u003c/p\u003e\n"],["\u003cp\u003eRequest this information by sending a GET request to the specified URL with the volume ID.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, you can customize the request to include a partner ID, select specific fields to be returned, and identify the request's source.\u003c/p\u003e\n"],["\u003cp\u003eThe response, upon success, provides comprehensive details about the requested volume as defined in the Volume resource.\u003c/p\u003e\n"],["\u003cp\u003eExperiment with the API using the provided explorer for live data interaction and response visualization.\u003c/p\u003e\n"]]],[],null,["# Volume: get\n\nRetrieves a [Volume resource](/books/docs/v1/reference/volumes) based on ID.\n[Try it now](#try-it).\n\nMore information about user IDs can be found in the section [Google Books IDs](/books/docs/v1/using#ids).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/books/v1/volumes/volumeId\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Required Parameters** |||\n| `volumeId` | `string` | ID of volume to retrieve. |\n| **Optional Parameters** |||\n| `partner` | `string` | Brand results for partner ID. |\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| `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 [Volume resource](/books/docs/v1/reference/volumes#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."]]