ページプロパティアイテムを取得
GET
/v1/pages/{page_id}/properties/{property_id}ページプロパティアイテムを取得します。
Requestパラメータ
Pathパラメータ
page_id
string
必須
Notionページの識別子
property_id
string
必須
ページプロパティの識別子
Queryパラメータ
page_size
string
可選
ページ分割されたプロパティの場合。ページ上のプロパティアイテムオブジェクトの最大数。デフォルトのサイズは100です
start_cursor
string
可選
ページ分割されたプロパティの場合。
Headerパラメータ
Notion-Version
string
可選
サンプルコード
Response
Number Property Item(200)
Results(200)
Rollup List Property Item(200)
Number Property Item
HTTPステータスコード: 200
コンテンツ形式: JSONapplication/json
データ構造
object
string
必須
type
string
必須
number
integer
必須
例
成功例ーNumber Property Item
{
"object": "property_item",
"id" "kjPO",
"type": "number",
"number": 2
}
最終更新: 2 years ago