Yayınlar: alın
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Önemli: JSON API 2.0 API'si için sunduğumuz destek 30 Eylül 2024'ten itibaren sonlandırılacaktır.
İşlevlerin devam etmesi için JSON 2.0 API'sini kullanan uygulamalarınızı en son API sürümüne güncelleyin. En son sürüm için, sol taraftaki gezinme çubuğundaki bağlantıları kullanın.
postId tarafından bir yayını alır.
Şimdi deneyin.
Yayın özel bir blogdaysa kimlik doğrulama gerekir. Yayın bir blog'da yer alıyorsa bu yöntem kimlik doğrulaması olmadan çağrılabilir.
İstek
HTTP İsteği
GET https://www.googleapis.com/blogger/v2/blogs/blogId/posts/postId
Parametreler
Parametre Adı |
Değer |
Açıklama |
Gerekli parametreler |
blogId |
string |
Yayının alınacağı blogun kimliği.
|
postId |
string |
Yayının kimliği
|
İstek Metni
Bu yöntemle bir istek gövdesi sağlamayın.
Yanıt
Başarılı olursa bu yöntem, yanıt gövdesinde bir Yayınlar kaynağı döndürür.
Deneyin!
Canlı verilerde bu yöntemi çağırmak ve yanıtı görmek için aşağıdaki gezgini kullanın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-06-26 UTC.
[null,null,["Son güncelleme tarihi: 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."]]