Skip to main content

pages

Overview

Namepages
TypeResource
Idgoogledevelopers.blogger.pages

Fields

NameDatatypeDescription
idstringThe identifier for this resource.
selfLinkstringThe API REST URL to fetch this resource from.
blogobjectData about the blog containing this Page.
trashedstringRFC 3339 date-time when this Page was trashed.
etagstringEtag of the resource.
kindstringThe kind of this entity. Always blogger#page.
urlstringThe URL that this Page is displayed at.
statusstringThe status of the page for admin resources (either LIVE or DRAFT).
publishedstringRFC 3339 date-time when this Page was published.
authorobjectThe author of this Page.
contentstringThe body content of this Page, in HTML.
updatedstringRFC 3339 date-time when this Page was last updated.
titlestringThe title of this entity. This is the name displayed in the Admin user interface.

Methods

NameAccessible byRequired ParamsDescription
getSELECTblogId, pageIdGets a page by blog id and page id.
listSELECTblogIdLists pages.
insertINSERTblogIdInserts a page.
deleteDELETEblogId, pageIdDeletes a page by blog id and page id.
patchEXECblogId, pageIdPatches a page.
publishEXECblogId, pageIdPublishes a page.
revertEXECblogId, pageIdReverts a published or scheduled page to draft state.
updateEXECblogId, pageIdUpdates a page by blog id and page id.