פוסטים: קבלת
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
חשוב:
ב-30 בספטמבר 2024 נפסיק את התמיכה ב-V2.0 JSON API.
כדי להבטיח פונקציונליות מתמשכת, צריך לעדכן את האפליקציות שמסתמכות על v2.0 JSON API
לגרסה האחרונה של ה-API. בגרסה העדכנית ביותר, משתמשים בקישורים שבסרגל הניווט הימני.
מאחזר פוסט אחד לפי postId.
רוצים לנסות עכשיו?
נדרש אימות אם הפוסט נמצא בבלוג פרטי. אם הפוסט בבלוג הוא ציבורי, ניתן לקרוא לשיטה הזו ללא אימות.
בקשה
בקשת HTTP
GET https://www.googleapis.com/blogger/v2/blogs/blogId/posts/postId
פרמטרים
שם פרמטר |
ערך |
תיאור |
פרמטרים נדרשים |
blogId |
string |
המזהה של הבלוג שממנו יש לאחזר את הפוסט.
|
postId |
string |
מזהה הפוסט
|
גוף הבקשה
אל תספקו גוף הבקשה בשיטה הזו.
תשובה
אם הפעולה בוצעה בהצלחה, השיטה הזו מחזירה משאב של פוסטים בגוף התגובה.
רוצה לנסות?
אפשר להשתמש בכלי הניתוח שלמטה כדי לקרוא לשיטה הזו בנתונים בזמן אמת ולראות את התגובה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]