ページ
ページ
{
"object": "page",
"id": "be633bf1-dfa0-436d-b259-571129a590e5",
"created_time": "2022-10-24T22:54:00.000Z",
"last_edited_time": "2023-03-08T18:25:00.000Z",
"created_by": {
"object": "user",
"id": "c2f20311-9e54-4d11-8c79-7398424ae41e"
},
"last_edited_by": {
"object": "user",
"id": "9188c6a5-7381-452f-b3dc-d4865aa89bdf"
},
"cover": null,
"icon": {
"type": "emoji",
"emoji": "🐞"
},
"parent": {
"type": "database_id",
"database_id": "a1d8501e-1ac1-43e9-a6bd-ea9fe6c8822b"
},
"archived": true,
"properties": {
"Due date": {
"id": "M%3BBw",
"type": "date",
"date": {
"start": "2023-02-23",
"end": null,
"time_zone": null
}
},
"Status": {
"id": "Z%3ClH",
"type": "status",
"status": {
"id": "86ddb6ec-0627-47f8-800d-b65afd28be13",
"name": "Not started",
"color": "default"
}
},
"Title": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "Bug bash",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "Bug bash",
"href": null
}
]
}
},
"url": "https://www.notion.so/Bug-bash-be633bf1dfa0436db259571129a590e5"
}
title
が唯一のプロパティ値は です。ページ オブジェクトのプロパティ
📘
* でマークされたプロパティは、すべての機能との統合で使用できます。他のプロパティは、Notion API から返されるためにコンテンツ読み取り機能を必要とします。統合機能の詳細については、機能ガイドを参照してください。
プロパティ | タイプ | 説明 | 例の値 |
---|---|---|---|
object * | string | 常に"page" | "page" |
id * | string (UUIDv4) | ページの一意の識別子。 | "45ee8d13-687b-47ce-a5ca-6e2e45548c4b" |
created_time | string ( ISO 8601 日時) | このページが作成された日時。ISO 8601 日時文字列としてフォーマットされます。 | "2020-03-17T19:10:04.968Z" |
created_by | 部分的なユーザー | ページを作成したユーザー。 | {"object": "user","id": "45ee8d13-687b-47ce-a5ca-6e2e45548c4b"} |
last_edited_time | string ( ISO 8601 日時) | このページが更新された日時。ISO 8601 日時文字列としてフォーマットされます。 | "2020-03-17T19:10:04.968Z" |
last_edited_by | 部分的なユーザー | ページを最後に編集したユーザー。 | {"object": "user","id": "45ee8d13-687b-47ce-a5ca-6e2e45548c4b"} |
archived | boolean | ページのアーカイブ済みステータス。 | false |
icon | File オブジェクト(現在サポートされているのは"external" のtype のみ) またはEmoji オブジェクト | ページのアイコン。 | |
cover | ファイル オブジェクト(現在サポートされているのは"external" のtype のみ) | ページの表紙画像。 | |
properties | object | このページのプロパティ値。バージョン2022-06-28 の時点では、properties はプロパティの ID のみが含まれます。以前のバージョンでは、properties 値も含まれていました。parent.type が"page_id" または"workspace" の 場合、有効なキーは title のみです。parent.type が"database_id" の場合、このフィールドのキーと値は、このページが属する データベースの properties によって決定されます。key 文字列 Notion に表示されるプロパティの名前。value オブジェクトプロパティ値オブジェクト を 参照してください。 | { "id": "A%40Hk" } |
parent | object | ページの親に関する情報。親オブジェクト を参照してください。 | { "type": "database_id", "database_id": "d9824bdc-8445-4327-be8b-5b47500af6ce" } |
url | string | Notion ページの URL。 | "https://www.notion.so/Avocado-d093f1d200464ce78b36e58a3f0d8043" |
更新日時 2023-04-28 05:58:54