পৃষ্ঠা: পান
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
গুরুত্বপূর্ণ : আমরা 30শে সেপ্টেম্বর, 2024 থেকে v2.0 JSON API-এর জন্য সমর্থন বন্ধ করে দেব। অব্যাহত কার্যকারিতা নিশ্চিত করতে, আপনার অ্যাপ্লিকেশনগুলি আপডেট করুন যেগুলি v2.0 JSON API-এর উপর নির্ভর করে সর্বশেষ API সংস্করণে। সর্বশেষ সংস্করণের জন্য, বাম দিকের ন্যাভিবারে লিঙ্কগুলি ব্যবহার করুন৷
তার pageId দ্বারা একটি পৃষ্ঠা সম্পদ পুনরুদ্ধার করে। এটা এখন চেষ্টা কর .
পৃষ্ঠাটি ব্যক্তিগত ব্লগে থাকলে প্রমাণীকরণ প্রয়োজন। যদি পৃষ্ঠাটি এমন একটি ব্লগে থাকে যা সর্বজনীন, তবে এই পদ্ধতিটি প্রমাণীকরণ ছাড়াই বলা যেতে পারে।
অনুরোধ
HTTP অনুরোধ
GET https://www.googleapis.com/blogger/v2/blogs/blogId/pages/pageId
পরামিতি
প্যারামিটারের নাম | মান | বর্ণনা |
---|
প্রয়োজনীয় পরামিতি |
blogId | string | পৃষ্ঠা ধারণকারী ব্লগের আইডি. |
pageId | string | পেজের আইডি পেতে হবে। |
রিকোয়েস্ট বডি
এই পদ্ধতির সাথে একটি অনুরোধ সংস্থা সরবরাহ করবেন না।
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি প্রতিক্রিয়া বডিতে একটি পৃষ্ঠা সম্পদ প্রদান করে।
এটা চেষ্টা করুন!
লাইভ ডেটাতে এই পদ্ধতিতে কল করতে এবং প্রতিক্রিয়া দেখতে নীচের এক্সপ্লোরারটি ব্যবহার করুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-06-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-06-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe v2.0 JSON API will be discontinued on September 30th, 2024, and users should update to the latest API version for continued functionality.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves a single Pages Resource using its \u003ccode\u003epageId\u003c/code\u003e and requires authentication for private blogs but not for public ones.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a simple GET with \u003ccode\u003eblogId\u003c/code\u003e and \u003ccode\u003epageId\u003c/code\u003e as required parameters and no request body.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns a Pages resource containing information about the requested page.\u003c/p\u003e\n"]]],[],null,["# Pages: get\n\n**Important**:\nWe will discontinue support for the v2.0 JSON API on September 30th, 2024.\nTo ensure continued functionality, update your applications that rely on the v2.0 JSON API\nto the latest API version. For the latest version, use the links in the left-side navbar.\n\nRetrieves one Pages Resource by its pageId.\n[Try it now](#try-it).\n\nAuthentication is required if the page is on a blog that is private. If the page is on a blog that is public, then this method can be called without authentication.\n\nRequest\n-------\n\n### HTTP Request\n\n```\nGET https://www.googleapis.com/blogger/v2/blogs/blogId/pages/pageId\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|-------------------------------------|\n| **Required Parameters** |||\n| `blogId` | `string` | ID of the blog containing the page. |\n| `pageId` | `string` | The ID of the page to get. |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Pages resource](/blogger/docs/2.0/json/reference/pages#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."]]