페이지: 가져오기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
중요:
2024년 9월 30일부터 v2.0 JSON API에 대한 지원이 중단됩니다.
기능을 계속 사용하려면 v2.0 JSON API를 사용하는 애플리케이션을 최신 API 버전으로 업데이트하세요. 최신 버전에서는 왼쪽 탐색 메뉴의 링크를 사용하세요.
pageId로 페이지 리소스 1개를 검색합니다.
지금 사용해 보기
비공개 블로그에 페이지인 경우 인증이 필요합니다. 페이지가 공개 상태인 블로그에 있는 경우 인증 없이 이 메서드를 호출할 수 있습니다.
요청
HTTP 요청
GET https://www.googleapis.com/blogger/v2/blogs/blogId/pages/pageId
매개변수
매개변수 이름 |
값 |
설명 |
필수 매개변수 |
blogId |
string |
페이지가 포함된 블로그의 ID입니다.
|
pageId |
string |
가져올 페이지의 ID입니다.
|
요청 본문
이 메소드를 사용할 때는 요청 본문을 제공하지 마세요.
응답
요청에 성공할 경우 이 메서드는 응답 본문에 Pages 리소스를 반환합니다.
사용해 보기
아래의 익스플로러를 이용해 라이브 데이터에서 이 메서드를 호출하고 응답을 확인해 보세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]