Method: pages.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি নির্দিষ্ট URL বা একটি সংস্থার জন্য ClaimReview
মার্কআপ পৃষ্ঠাগুলি তালিকাভুক্ত করুন৷
HTTP অনুরোধ
GET https://factchecktools.googleapis.com/v1alpha1/pages
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
url | string যে URL থেকে ClaimReview মার্কআপ পেতে হবে। সর্বাধিক একটি ফলাফল হবে. যদি মার্কআপ প্রদত্ত ইউআরএলের আরও ক্যানোনিকাল সংস্করণের সাথে যুক্ত হয়, তাহলে আমরা পরিবর্তে সেই ইউআরএল ফিরিয়ে দেব। একটি প্রতিষ্ঠানের সাথে নির্দিষ্ট করা যাবে না। |
organization | string যে প্রতিষ্ঠানের জন্য আমরা মার্কআপ আনতে চাই। উদাহরণস্বরূপ, "site.com"। একটি URL সহ নির্দিষ্ট করা যাবে না. |
pageSize | integer পৃষ্ঠা সংখ্যা। আমরা যে অনেক ফলাফল পর্যন্ত ফিরে আসবে. সেট না থাকলে ডিফল্ট 10। একটি URL অনুরোধ করা হলে কোন প্রভাব নেই. |
pageToken | string পেজিনেশন টোকেন। আপনি পরবর্তী পৃষ্ঠা পাওয়ার জন্য পূর্ববর্তী তালিকা অনুরোধ থেকে ফেরত দেওয়া nextPageToken প্রদান করতে পারেন, যদি থাকে। অন্যান্য সমস্ত ক্ষেত্রের পূর্ববর্তী অনুরোধের মতো একই মান থাকতে হবে। |
offset | integer একটি পূর্ণসংখ্যা যা সার্চ ফলাফলে বর্তমান অফসেট (অর্থাৎ, ফলাফলের অবস্থান শুরু) নির্দিষ্ট করে। এই ক্ষেত্রটি শুধুমাত্র তখনই বিবেচনা করা হয় যদি pageToken সেট করা না থাকে এবং যদি অনুরোধটি একটি নির্দিষ্ট URL-এর জন্য না হয়। উদাহরণস্বরূপ, 0 এর অর্থ হল প্রথম মিলিত ফলাফল থেকে শুরু করে ফলাফল ফেরানো এবং 10 এর অর্থ হল 11 তম ফলাফল থেকে ফিরে আসা। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
ClaimReview
মার্কআপ তালিকা থেকে প্রতিক্রিয়া.
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"claimReviewMarkupPages": [
{
object (ClaimReviewMarkupPage )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
claimReviewMarkupPages[] | object ( ClaimReviewMarkupPage ) ClaimReview মার্কআপের পৃষ্ঠাগুলির ফলাফলের তালিকা। |
nextPageToken | string অনুসন্ধান প্রতিক্রিয়ায় পরবর্তী পৃষ্ঠা সংখ্যা টোকেন। নিম্নলিখিত অনুরোধের জন্য এটি pageToken হিসাবে ব্যবহার করা উচিত। একটি খালি মান মানে আর ফলাফল নেই। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/factchecktools
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eList \u003ccode\u003eClaimReview\u003c/code\u003e markup pages associated with a specific URL or an organization.\u003c/p\u003e\n"],["\u003cp\u003eRequest a list of \u003ccode\u003eClaimReview\u003c/code\u003e markup pages via the \u003ccode\u003eGET https://factchecktools.googleapis.com/v1alpha1/pages\u003c/code\u003e endpoint using parameters like \u003ccode\u003eurl\u003c/code\u003e, \u003ccode\u003eorganization\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eoffset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of \u003ccode\u003eClaimReviewMarkupPage\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality requires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/factchecktools\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: pages.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListClaimReviewMarkupPagesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList the `ClaimReview` markup pages for a specific URL or for an organization.\n\n### HTTP request\n\n`GET https://factchecktools.googleapis.com/v1alpha1/pages`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `url` | `string` The URL from which to get `ClaimReview` markup. There will be at most one result. If markup is associated with a more canonical version of the URL provided, we will return that URL instead. Cannot be specified along with an organization. |\n| `organization` | `string` The organization for which we want to fetch markups for. For instance, \"site.com\". Cannot be specified along with an URL. |\n| `pageSize` | `integer` The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested. |\n| `pageToken` | `string` The pagination token. You may provide the `nextPageToken` returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request. |\n| `offset` | `integer` An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if `pageToken` is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse from listing `ClaimReview` markup.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"claimReviewMarkupPages\": [ { object (/fact-check/tools/api/reference/rest/v1alpha1/pages#ClaimReviewMarkupPage) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `claimReviewMarkupPages[]` | `object (`[ClaimReviewMarkupPage](/fact-check/tools/api/reference/rest/v1alpha1/pages#ClaimReviewMarkupPage)`)` The result list of pages of `ClaimReview` markup. |\n| `nextPageToken` | `string` The next pagination token in the Search response. It should be used as the `pageToken` for the following request. An empty value means no more results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/factchecktools`"]]