หน้า: รับ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สำคัญ:
เราจะหยุดรองรับ JSON API เวอร์ชัน 2.0 ในวันที่ 30 กันยายน 2024
โปรดอัปเดตแอปพลิเคชันที่ใช้ JSON API เวอร์ชัน 2.0 เป็น API เวอร์ชันล่าสุดเพื่อให้ทำงานอย่างต่อเนื่อง หากต้องการดูเวอร์ชันล่าสุด ให้ใช้ลิงก์ในแถบนำทางด้านซ้าย
ดึงทรัพยากรหน้าเว็บ 1 รายการตามรหัส pageId
ลองเลย
ต้องมีการตรวจสอบสิทธิ์หากหน้าเว็บอยู่ในบล็อกที่เป็นส่วนตัว หากหน้าเว็บอยู่ในบล็อกที่เป็นสาธารณะ ก็สามารถเรียกใช้วิธีนี้ได้โดยไม่ต้องตรวจสอบสิทธิ์
ส่งคำขอ
คำขอ HTTP
GET https://www.googleapis.com/blogger/v2/blogs/blogId/pages/pageId
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์ที่จำเป็น |
blogId |
string |
รหัสของบล็อกที่มีหน้าเว็บ
|
pageId |
string |
รหัสของหน้าเว็บที่จะดู
|
เนื้อความของคำขอ
อย่าแสดงเนื้อหาของคำขอด้วยวิธีนี้
ลองเลย
ใช้โปรแกรมสำรวจด้านล่างเพื่อเรียกใช้เมธอดนี้ในข้อมูลสดและดูคําตอบ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ 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."]]