โพสต์: รับ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สำคัญ:
เราจะหยุดรองรับ JSON API เวอร์ชัน 2.0 ในวันที่ 30 กันยายน 2024
โปรดอัปเดตแอปพลิเคชันที่ใช้ JSON API เวอร์ชัน 2.0 เป็น API เวอร์ชันล่าสุดเพื่อให้ทำงานอย่างต่อเนื่อง หากต้องการดูเวอร์ชันล่าสุด ให้ใช้ลิงก์ในแถบนำทางด้านซ้าย
เรียก 1 โพสต์ตาม postId
ลองเลย
ต้องมีการตรวจสอบสิทธิ์หากโพสต์นั้นอยู่ในบล็อกที่เป็นส่วนตัว หากโพสต์อยู่บนบล็อกเป็นแบบสาธารณะ ก็จะเรียกใช้วิธีการนี้ได้โดยไม่ต้องตรวจสอบสิทธิ์
ส่งคำขอ
คำขอ HTTP
GET https://www.googleapis.com/blogger/v2/blogs/blogId/posts/postId
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์ที่จำเป็น |
blogId |
string |
รหัสของบล็อกที่จะดึงข้อมูลโพสต์
|
postId |
string |
รหัสของโพสต์
|
เนื้อความของคำขอ
อย่าแสดงเนื้อหาของคำขอด้วยวิธีนี้
ลองเลย
ใช้โปรแกรมสำรวจด้านล่างเพื่อเรียกใช้เมธอดนี้ในข้อมูลสดและดูคําตอบ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-06-26 UTC
[null,null,["อัปเดตล่าสุด 2024-06-26 UTC"],[[["\u003cp\u003eSupport for the v2.0 JSON API will end on September 30, 2024, requiring applications to be updated to the latest API version for continued functionality.\u003c/p\u003e\n"],["\u003cp\u003eThis API retrieves a single blog post using its unique ID and the blog's ID.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication is necessary only for accessing posts on private blogs, while public blog posts can be retrieved without authentication.\u003c/p\u003e\n"]]],[],null,["# Posts: 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 post by postId.\n[Try it now](#try-it).\n\nAuthentication is required if the post is on a blog that is private. If the post is on a blog 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/posts/postId\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------|\n| **Required Parameters** |||\n| `blogId` | `string` | ID of the blog to fetch the post from. |\n| `postId` | `string` | The ID of the post |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Posts resource](/blogger/docs/2.0/json/reference/posts#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."]]