Mylibrary.bookshelves.volumes: তালিকা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বুকশেল্ফে ভলিউমের জন্য ভলিউম তথ্য পায়। এখনই চেষ্টা করে দেখুন ।
অনুরোধ
HTTP অনুরোধ
GET https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf/volumes
পরামিতি
প্যারামিটারের নাম | মান | বর্ণনা |
---|
প্রয়োজনীয় পরামিতি |
shelf | string | বুকশেল্ফ আইডি বা নাম পুনরুদ্ধার ভলিউম জন্য. |
ঐচ্ছিক পরামিতি |
maxResults | unsigned integer | ফলাফলের সর্বাধিক সংখ্যা ফেরত দিতে |
projection | string | নির্বাচিত ক্ষেত্রগুলির একটি সেটে তথ্য সীমাবদ্ধ করুন।
গ্রহণযোগ্য মান হল:- "
full " - সমস্ত ভলিউম ডেটা অন্তর্ভুক্ত করে। - "
lite " - ভলিউমইনফো এবং অ্যাক্সেস ইনফোতে ক্ষেত্রগুলির একটি উপসেট অন্তর্ভুক্ত করে।
|
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-15 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-11-15 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."]]