Na stronach właściciele blogów umieszczają statyczne informacje, takie jak dane kontaktowe, informacje o sobie itp.
Listę metod dla tego zasobu znajdziesz na końcu tej strony.
Reprezentacje zasobów
{
"kind": "blogger#page",
"id": string,
"status": string,
"blog": {
"id": string
},
"published": datetime,
"updated": datetime,
"url": string,
"selfLink": string,
"title": string,
"content": string,
"author": {
"id": string,
"displayName": string,
"url": string,
"image": {
"url": string
}
}
}| Nazwa usługi | Wartość | Opis | Uwagi |
|---|---|---|---|
kind |
string |
Rodzaj tego elementu. Zawsze blogger#page. |
|
id |
string |
Identyfikator tego zasobu. | |
blog |
object |
Dane o blogu, na którym znajduje się ta strona. | |
blog.id |
string |
Identyfikator bloga zawierającego tę stronę. | |
published |
datetime |
RFC 3339 date-time data publikacji tej strony. |
|
updated |
datetime |
RFC 3339 date-time, kiedy ta strona została ostatnio zaktualizowana. |
|
url |
string |
Adres URL, pod którym wyświetla się ta strona. | |
selfLink |
string |
Adres URL interfejsu API, z którego można pobrać ten zasób. | |
title |
string |
Tytuł tej strony. Jest to nazwa wyświetlana w interfejsie administracyjnym. | |
content |
string |
Treść główna tej strony w formacie HTML. | |
author |
object |
Autor tej strony. | |
author.id |
string |
Identyfikator twórcy strony. | |
author.displayName |
string |
Wyświetlana nazwa twórcy strony. | |
author.url |
string |
Adres URL strony profilu twórcy strony. | |
author.image |
object |
Awatar twórcy strony. | |
author.image.url |
string |
Adres URL awatara twórcy strony. | |
status |
string |
Stan strony w przypadku zasobów administracyjnych (LIVE lub DRAFT). |
Metody
Aby pobrać listę stron bloga, możesz użyć metody blogger.pages.list. Aby pobrać poszczególne strony, możesz użyć metody blogger.pages.get.